Commit Graph

1462 Commits

Author SHA1 Message Date
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
Lukas Eder
438504c265 [#1783] Generate @SuppressWarnings("all") in jOOQ-generated artefacts 2012-09-01 12:09:23 +02:00
Lukas Eder
78c37357d1 Added some missing deprecations 2012-09-01 11:46:19 +02:00
Lukas Eder
7ba5bb1beb [#1782] Move JAXB bindings out of XSD, in order to support more advanced
bindings
2012-09-01 11:43:45 +02:00
Lukas Eder
cd8894e5d1 [#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 10:49:01 +02:00
Lukas Eder
4f5593d8b4 [#1774] QueryPart.toString() does not load default settings from
classpath
2012-09-01 10:39:30 +02:00
Lukas Eder
2a235ff569 Store SchemaMapping to local variable 2012-09-01 10:20:33 +02:00
Lukas Eder
37c0b0fa5b [#1773] Add a new jOOQ-Scala project and jooq-scala artefactId, to
contain jOOQ extensions in the Scala language - Initial checkin
2012-08-31 10:56:38 +02:00
Lukas Eder
27ac37a751 [#1077] Add support for the SQL standard OVERLAPS predicate 2012-08-30 22:51:20 +02:00
Lukas Eder
86d3792960 [#1583] Add support for tuple expressions in UPDATE statements: UPDATE
.. SET (A, B, C) = (SELECT X, Y, Z) - Added Tuple marker interface
2012-08-30 20:43:48 +02:00
Lukas Eder
334cd69b19 [#1762] Add package-info.java to add Javadoc documentation to all
packages
2012-08-30 20:34:21 +02:00
Lukas Eder
549eb19ef4 Documented tuples in the manual 2012-08-30 20:14:51 +02:00
Lukas Eder
81d68ad165 [#1766] Simulate tuple comparisons where they are not supported 2012-08-30 19:50:42 +02:00
Lukas Eder
fd168139c3 [#1771] Negated combined conditions render unnecessary parentheses 2012-08-30 19:17:02 +02:00
Lukas Eder
490478cd38 [#1768] NullPointerException when DAO.fetchOne() returns no record 2012-08-30 18:39:19 +02:00
Lukas Eder
69a23ecb0d [#1058] Add <T1, T2, .. TN> Factory.tuple(T1, T2, .. TN) and
Factory.tuple(Field<T1>, Field<T2> ... Field<TN>) to allow for creating
tuples
2012-08-29 22:26:19 +02:00
Lukas Eder
1f5a3f0b89 Upgraded H2 2012-08-29 21:08:57 +02:00
Lukas Eder
546672ca94 [#1763] Remove useless internal NamedQueryPartList 2012-08-29 19:02:08 +02:00
Lukas Eder
a43885d40b Fixed version number 2012-08-28 23:21:29 +02:00
Lukas Eder
c244a656da Updated release notes from 2.3 and 2.4 2012-08-28 23:17:31 +02:00
Lukas Eder
95554ec42f [#1753] Document the ORDER SIBLINGS BY clause in the manual 2012-08-28 20:13:35 +02:00
Lukas Eder
ebef56c7d8 [#1744] Add support for the CUBRID DECR() function 2012-08-28 20:00:34 +02:00
Lukas Eder
bea0a4917b [#1751] Result.intoResultSet() generates wrong ResultSetMetaData
if runtime schema mapping is applied
2012-08-28 19:58:46 +02:00
Lukas Eder
7d569a9e54 Release 2.6.0-SNAPSHOT 2012-08-28 19:45:25 +02:00
Lukas Eder
484f60f875 Update jOOQ-website/community.php
Clarified on the usage of Eclipse and EGit
2012-08-28 10:12:28 +03:00
Lukas Eder
8baa17976d Release 2.5.0 - Fixed manual links 2012-08-26 15:18:00 +02:00
Lukas Eder
d5f6f7e282 Release 2.5.0 - Added releasenotes to website 2012-08-26 15:01:57 +02:00
Lukas Eder
0e309bc23e Release 2.5.0 - Release notes and updated website 2012-08-26 14:54:31 +02:00
Lukas Eder
22fd40c248 Release 2.5.0 - Give credits to Sugiharto Lim for his Firebird
integration contribution
2012-08-26 13:37:05 +02:00