Commit Graph

661 Commits

Author SHA1 Message Date
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
81d68ad165 [#1766] Simulate tuple comparisons where they are not supported 2012-08-30 19:50:42 +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
546672ca94 [#1763] Remove useless internal NamedQueryPartList 2012-08-29 19:02:08 +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
c8d3b0789b Fixed BETWEEN SYMMETRIC for Sybase ASE 2012-08-26 09:45:28 +02:00
Lukas Eder
b38d698ae9 [#1741] Deprecate org.jooq.MasterDataType 2012-08-25 17:37:13 +02:00
Lukas Eder
8b605c86b5 [#1736] Deprecate TableRecord.{store|refresh|delete}Using() methods as
being part of jOOQ's internal API
2012-08-25 15:05:46 +02:00
Lukas Eder
d22941a1f6 Fixed warnings 2012-08-25 15:03:07 +02:00
Lukas Eder
8659323f1b Made IsDistinctFrom package-private! 2012-08-25 12:16:30 +02:00
Lukas Eder
f2ff0c77e2 [#430] Add support for the Firebird database - Changed connection URL to
fix binding of null values
2012-08-25 11:35:44 +02:00
Lukas Eder
85d9f8ffc5 [#430] Add support for the Firebird database - Fixed handling of
BigDecimal data types
2012-08-24 11:43:24 +02:00
Lukas Eder
88de2f62da [#430] Add support for the Firebird database - Fixed binding of NULL
values to PreparedStatements
2012-08-24 11:17:54 +02:00
Lukas Eder
3c8be0ed30 [#430] Add support for the Firebird database - Fixed data types 2012-08-24 08:43:24 +02:00
Lukas Eder
7abc0907f0 Firebird will not be experimental, but "beta" 2012-08-24 01:13:51 +02:00
Lukas Eder
a243b86fc2 [#430] Add support for the Firebird database - initial code generation
contribution
2012-08-24 01:10:27 +02:00
Lukas Eder
cfd5ad417e [#430] Add support for the Firebird database - Added initial code
generation contribution
2012-08-24 01:05:42 +02:00
Lukas Eder
e346394ac7 [#1730] Compilation errors in SQLite generated code when flag
<instanceFields/> is set to true
2012-08-23 20:01:19 +02:00
Lukas Eder
c8d2b997dc [#1727] Cast VARCHAR bind values to their actual string length in
Firebird
2012-08-23 19:27:24 +02:00
Lukas Eder
b708cc15e4 [#1727] Cast VARCHAR bind values to their actual string length 2012-08-22 18:59:22 +02:00
Lukas Eder
a8a1b0190b Fixed "IS DISTINCT FROM" for Sybase SQL Anywhere 2012-08-22 18:56:44 +02:00
Lukas Eder
9e96de36ce Fixed "SYMMETRIC" for Sybase SQL Anywhere 2012-08-22 18:55:51 +02:00
Lukas Eder
c814d30853 [#430] Add support for the Firebird database - Fixed BOOLEAN literals 2012-08-19 18:59:43 +02:00
Lukas Eder
50f99b3bd8 [#430] Add support for the Firebird database - Fixed LIKE_REGEX() test
case
2012-08-19 18:47:03 +02:00
Lukas Eder
2afd325029 [#430] Add support for the Firebird database - Fixed ASCII() 2012-08-19 18:25:58 +02:00
Lukas Eder
a59f83b6d3 [#430] Add support for the Firebird database - Fixed REPEAT() 2012-08-19 18:24:31 +02:00
Lukas Eder
5f0d165869 [#430] Add support for the Firebird database - Fixed RPAD() and LPAD() 2012-08-19 18:23:42 +02:00
Lukas Eder
bb3df952f2 [#430] Add support for the Firebird database - Fixed REPLACE() 2012-08-19 18:23:28 +02:00
Lukas Eder
102e1f6bf9 [#430] Add support for the Firebird database - Improved GREATEST() and
LEAST() implementations
2012-08-19 18:21:17 +02:00
Lukas Eder
426ec1fed9 [#430] Add support for the Firebird database - Fixed DATE TIME
arithmetic
2012-08-19 18:05:36 +02:00
Lukas Eder
dfb0bfda4c [#430] Add support for the Firebird database - Fixed INSERT .. RETURNING 2012-08-19 17:39:40 +02:00
Lukas Eder
04ab71c821 [#430] Add support for the Firebird database - Implement LIMIT using
ROWS .. TO, instead of FIRST .. SKIP
2012-08-19 14:47:03 +02:00
Lukas Eder
97be121d08 [#430] Add support for the Firebird database - Fixed multi-record INSERT 2012-08-19 14:34:24 +02:00
Lukas Eder
e5e453464b [#430] Add support for the Firebird database - Fixed UNION and UNION ALL 2012-08-19 14:22:08 +02:00
Lukas Eder
3b2c7a7a45 [#430] Add support for the Firebird database - Fixed BETWEEN SYMMETRIC 2012-08-19 14:12:26 +02:00
Lukas Eder
b32a18e6a0 [#430] Add support for the Firebird database - Fixed GREATEST(), LEAST() 2012-08-19 14:05:34 +02:00
Lukas Eder
d2d7c5e79f [#430] Add support for the Firebird database - Fixed EULER number,
DEGREES() and RADIANS() functions
2012-08-19 14:03:12 +02:00
Lukas Eder
069261057a [#430] Add support for the Firebird database - Fixed LTRIM() and RTRIM() 2012-08-19 13:51:03 +02:00
Lukas Eder
b490fb7df7 [#430] Add support for the Firebird database - Fixed empty GROUP BY()
clauses
2012-08-19 13:33:44 +02:00
Lukas Eder
c457958bb4 [#430] Add support for the Firebird database - Fixed more data types 2012-08-19 13:30:13 +02:00
Lukas Eder
ec6be8c5b2 [#430] Add support for the Firebird database - Fixed large IN predicates 2012-08-19 13:23:21 +02:00
Lukas Eder
9c16349663 [#430] Add support for the Firebird database - Fixed SUBSTRING() 2012-08-19 13:21:30 +02:00
Lukas Eder
4ff3c98bcc [#430] Add support for the Firebird database - Fixed LIMIT 2012-08-19 12:59:24 +02:00
Lukas Eder
16576dbe27 [#430] Add support for the Firebird database - Fixed bind value casting 2012-08-19 12:45:08 +02:00
Lukas Eder
a40f111195 [#1723] Add Factory.fetchLazy(ResultSet) 2012-08-19 12:28:47 +02:00
Lukas Eder
825d89d876 Added Javadoc remark about Iterable vs. Iterator 2012-08-18 19:07:08 +02:00
Lukas Eder
dcc3d0c33e [#430] Add support for the Firebird database - Fixed support annotation 2012-08-18 17:34:55 +02:00