Lukas Eder
0b9a667ae8
Improved POJO-related test cases. Don't catch ReflectException to
...
discover whether POJOs are available.
2012-09-08 10:12:41 +02:00
Lukas Eder
cd3d563e8d
[ #1708 ] Add <T, E> Map<T, List<E>> ResultQuery.fetchGroupsInto(Field<T>,
...
Class<E>)
- Fixed test for those test configurations, that do not generate POJOs
- Added more regression tests (not just checking for getId(), but also
getTitle()). This will be important for optimisation tasks like #1808
2012-09-08 10:01:46 +02:00
Lukas Eder
619cb9a738
Merge pull request #1809 from idugic/master
...
#1708 change-set
2012-09-07 16:26:16 -07:00
Lukas Eder
9010596b87
Added Ivan to the contributor list
2012-09-08 01:15:56 +02:00
Ivan Dugic
d8aac367f5
[ #1708 ] Add <T, E> Map<T, List<E>> ResultQuery.fetchGroupsInto(Field<T>,
...
Class<E>)
2012-09-07 21:54:01 +02:00
Lukas Eder
eeaa60bee8
[ #600 ] Add support for Oracle / SQL Standard linear regression functions
2012-09-07 16:30:45 +02:00
Lukas Eder
7f3e0fb63d
[ #1808 ] Optimise various ResultQuery.fetch(int),
...
ResultQuery.fetch(String) methods. They don't need to fetch all fields,
only the required ones - Added a comment
2012-09-07 12:38:08 +02:00
Lukas Eder
25996db3f7
[ #1719 ] Make logic from ResultQuery.fetchArray() available in
...
Result.intoArray()
2012-09-07 12:09:09 +02:00
Lukas Eder
1b7ee88984
[ #1807 ] Result.intoArray() declares "throws MappingException", which
...
isn't true
2012-09-07 11:35:11 +02:00
Lukas Eder
85cb1067f8
[ #1802 ] Result.into(Table) doesn't work correctly, if the same field
...
name appears twice in Result - Improve Record.into(Table) Javadoc
2012-09-07 11:02:19 +02:00
Lukas Eder
54e33892c0
[ #1802 ] Result.into(Table) doesn't work correctly, if the same field
...
name appears twice in Result
2012-09-07 10:52:47 +02:00
Lukas Eder
edd616a3a7
[ #1806 ] Let Record.toString() wrap the record in a temporary Result and
...
call Result.toString() instead
2012-09-07 09:33:25 +02:00
Lukas Eder
fc0493d4c3
Merge branch 'master' of https://github.com/jOOQ/jOOQ.git
2012-09-06 23:06:27 +02:00
Lukas Eder
f5235455e7
[ #1802 ] Result.into(Table) doesn't work correctly, if the same field
...
name appears twice in Result - Added integration test
2012-09-06 23:05:53 +02:00
Lukas Eder
1c9511e329
Added some Javadoc to AbstractDelegatingSelect
2012-09-06 22:55:52 +02:00
Lukas Eder
8cd2afd86d
Improved colours blue (types) and grey (comments)
2012-09-06 15:53:22 +03:00
Lukas Eder
d20fe113a0
[ #1800 ] Deprecate AliasProvider
2012-09-05 20:43:57 +02:00
Lukas Eder
a32cc252ef
[ #1797 ] SQL syntax errors when plain SQL contains comments with question
...
marks and SQL is executed as StatementType.STATIC_STATEMENT
2012-09-05 20:35:55 +02:00
Lukas Eder
55e7449efa
[ #1791 ] Log a table's input/output names, and PK name when generating
...
code
2012-09-05 19:13:22 +02:00
Lukas Eder
943f084b13
Removed useless Javadoc
2012-09-05 19:06:32 +02:00
Lukas Eder
0b0a260620
[ #1792 ] Factory.fieldByName() and tableByName() do not correctly escape
...
quotes
2012-09-05 19:04:31 +02:00
Lukas Eder
150d75f3ba
Added copyright to manual
2012-09-05 18:37:43 +02:00
Lukas Eder
e7dbb66881
[ #1674 ] Export data types with Result.formatXML() and
...
Result.formatJSON() exports - Documented changes in manual and Javadoc
2012-09-05 18:16:20 +02:00
Lukas Eder
c02ab72d7b
[ #1674 ] Export data types with Result.formatXML() and
...
Result.formatJSON() exports - Fixed formatXML() namespace
2012-09-04 23:46:12 +02:00
Lukas Eder
310c62fbaf
Merge branch 'master' of https://github.com/idugic/jOOQ into idugic-master
2012-09-04 23:32:57 +02:00
Ivan Dugic
3007782fc8
Removed jOOQ prefix from test cases and launch configuration.
2012-09-04 22:14:40 +02:00
Ivan Dugic
9242a5c510
[ #1674 ] Export data types with Result.formatXML() and
...
Result.formatJSON() exports
2012-09-04 21:25:03 +02:00
Lukas Eder
011558f221
Added JOOQL keyword
2012-09-04 20:43:34 +02:00
Lukas Eder
3eb857e196
[ #1058 ] Add <T1, T2, .. TN> Factory.row(T1, T2, .. TN) and
...
Factory.row(Field<T1>, Field<T2> ... Field<TN>) to allow for creating
tuples / rows - Renamed "TUPLE" into "ROW" to follow the SQL standard
2012-09-04 20:39:15 +02:00
Lukas Eder
79f36b69df
[ #1679 ] Add Factory.table(String, QueryPart...)
2012-09-02 17:41:28 +02:00
Lukas Eder
5f65aa4e8c
Add Tuple.getFields()
2012-09-02 16:23:12 +02:00
Lukas Eder
b3ef0ee3f7
[ #1788 ] Verify @Support annotation correctness for FOR UPDATE clause -
...
Fixed tests. FOR UPDATE .. OF is executed by default, skipped only
explicitly
2012-09-02 15:32:23 +02:00
Lukas Eder
15f0b8b813
[ #1764 ] Add missing @Support({ ... FIREBIRD ... }) annotations
2012-09-02 15:30:58 +02:00
Lukas Eder
d9c8a91a83
[ #1786 ] Fix SEQUENCE support for Firebird
2012-09-02 14:46:33 +02:00
Lukas Eder
6562d3dae4
[ #1484 ] Let XJC-generated artefacts implement Cloneable - Added an
...
additional test case
2012-09-02 14:27:57 +02:00
Lukas Eder
b42fc21322
[ #1484 ] Let XJC-generated artefacts implement Cloneable
2012-09-02 12:13:06 +02:00
Lukas Eder
a6b69a6edf
[ #1245 ] - Improve formatting for DECIMAL data types in Result.format() -
...
Improved test case, removed trimming of trailing zeroes
2012-09-02 09:40:23 +02:00
Lukas Eder
d1c81e84b5
Merge pull request #1785 from idugic/master
...
#1245
2012-09-01 12:16:43 -07:00
Ivan Dugic
57ea195109
[ #1245 ] Improve formatting for DECIMAL data types in Result.format().
...
Nicely align the decimal point and reserve space on both sides
Who would say some jUnit test will fail? Cool.
2012-09-01 19:55:08 +02:00
Ivan Dugic
d1142d2a62
[ #1245 ] - Improve formatting for DECIMAL data types in Result.format().
...
Nicely align the decimal point and reserve space on both sides
2012-09-01 18:51:12 +02:00
Lukas Eder
172d2e80fa
[ #1728 ] Add support for the MySQL COUNT(DISTINCT expr, expr...)
...
aggregate function syntax
2012-09-01 17:58:18 +02:00
Lukas Eder
86121ae906
[ #1058 ] Add <T1, T2, .. TN> Factory.tuple(T1, T2, .. TN) and
...
Factory.tuple(Field<T1>, Field<T2> ... Field<TN>) to allow for creating
tuples - Pull up in(Select<?>) and notIn(Select<?>) methods
2012-09-01 17:37:32 +02:00
Lukas Eder
7b698497ec
[ #1784 ] Enhance the BETWEEN predicate, introducing the AND keyword
2012-09-01 17:02:21 +02:00
Lukas Eder
37bcf540f7
[ #1773 ] Add a new jOOQ-Scala project and jooq-scala artefactId, to
...
contain jOOQ extensions in the Scala language - Let SAnyField extend
Field, instead of QueryPartInternal
2012-09-01 15:19:39 +02:00
Lukas Eder
e94931f85e
[ #1773 ] Add a new jOOQ-Scala project and jooq-scala artefactId, to
...
contain jOOQ extensions in the Scala language - Added arithmetic
negation operator
2012-09-01 13:33:19 +02:00
Lukas Eder
db728ae1e4
[ #1773 ] Add a new jOOQ-Scala project and jooq-scala artefactId, to
...
contain jOOQ extensions in the Scala language - Added support for
bitwise operations
2012-09-01 13:24:45 +02:00
Lukas Eder
6194e189d7
[ #1773 ] Add a new jOOQ-Scala project and jooq-scala artefactId, to
...
contain jOOQ extensions in the Scala language - Added more operators
2012-09-01 12:27:37 +02:00
Lukas Eder
eb9264e00d
Fixed some warnings
2012-09-01 12:14:22 +02:00
Lukas Eder
495ccf658a
[ #1783 ] Generate @SuppressWarnings("all") in jOOQ-generated artefacts -
...
Regenerated the pg_catalog schema
2012-09-01 12:12:58 +02:00
Lukas Eder
26eb0bda24
[ #1783 ] Generate @SuppressWarnings("all") in jOOQ-generated artefacts -
...
Regenerated all schemata
2012-09-01 12:09:57 +02:00