Commit Graph

1442 Commits

Author SHA1 Message Date
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
Lukas Eder
69a9ba25e9 Release 2.5.0 - Improved jOOQHSQLDBTest2. Match HSQLDB with H2, instead
of Oracle
2012-08-26 13:05:56 +02:00
Lukas Eder
270dc67946 Release 2.5.0 - Fix "testBatchSingle()" for Firebird 2012-08-26 12:54:30 +02:00
Lukas Eder
292a1d9a2d Release 2.5.0 - Fixed "testPlainSQLResultQuery()" for Firebird 2012-08-26 12:43:39 +02:00
Lukas Eder
f4214e85b1 Release 2.5.0 - Fixed "testCustomSQL()" integration test for Firebird 2012-08-26 12:40:49 +02:00
Lukas Eder
10f8231355 Release 2.5.0 - Factored empty group by tests out of "testGrouping()" 2012-08-26 12:33:31 +02:00
Lukas Eder
f657df4cac Release 2.5.0 - Fixed "testManyVarcharBindValues()" test to respect
CUBRID's
undocumented limit of 325 projected fields
2012-08-26 12:25:43 +02:00
Lukas Eder
c8d3b0789b Fixed BETWEEN SYMMETRIC for Sybase ASE 2012-08-26 09:45:28 +02:00
Lukas Eder
c8a212cc5e Release 2.5.0 2012-08-25 22:47:03 +02:00
Lukas Eder
e6cdcda1b7 [#1657] Reorganise the manual - Fixed PDF. Done 2012-08-25 22:40:09 +02:00
Lukas Eder
6a1f8faffc [#1657] Reorganise the manual (171 / 171) 2012-08-25 19:24:01 +02:00
Lukas Eder
cc75e62242 [#1657] Reorganise the manual (166 / 174) 2012-08-25 19:04:10 +02:00
Lukas Eder
7d69442b3b Suppress some warnings 2012-08-25 17:38:39 +02:00
Lukas Eder
b38d698ae9 [#1741] Deprecate org.jooq.MasterDataType 2012-08-25 17:37:13 +02:00
Lukas Eder
2011118290 [#1657] Reorganise the manual (159 / 174) 2012-08-25 17:27:52 +02:00
Lukas Eder
ef46e0e266 [#1657] Reorganise the manual (158 / 174) 2012-08-25 17:19:25 +02:00
Lukas Eder
bbe365679b [#1657] Reorganise the manual (155 / 173) 2012-08-25 17:02:02 +02:00
Lukas Eder
ea6f3a0b28 [#1657] Reorganise the manual (152 / 174) 2012-08-25 16:30:50 +02:00
Lukas Eder
4a7bb75754 [#1657] Reorganise the manual (150 / 175) 2012-08-25 16:05:06 +02:00
Lukas Eder
c6cac0d5bc [#1657] Reorganise the manual (148 / 176) 2012-08-25 15:42:56 +02:00
Lukas Eder
570415d333 [#1657] Reorganise the manual (146 / 176) 2012-08-25 15:07:15 +02:00