Commit Graph

701 Commits

Author SHA1 Message Date
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
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
Lukas Eder
3ba7ef5a9c [#1722] ResultQuery.fetchArray(int) and .fetchArray(String) should
return a typed array, even if this cannot be checked by the compiler
2012-08-18 17:34:11 +02:00
Lukas Eder
0ace81628e [#430] Add support for the Firebird database - Fixed bitwise operations 2012-08-17 19:20:52 +02:00
Lukas Eder
1fa3a6e951 [#430] Add support for the Firebird database - Fixed CURRENT_DATE,
CURRENT_TIME, CURRENT_TIMESTAMP
2012-08-17 19:01:01 +02:00
Lukas Eder
2956e11d6c [#430] Add support for the Firebird database - fixed TRUNCATE statement 2012-08-17 18:50:15 +02:00
Lukas Eder
ad41d00e92 [#430] Add support for the Firebird database - Fixed CURRENT_USER() 2012-08-17 18:48:01 +02:00
Lukas Eder
5ecc70035a [#430] Add support for the Firebird database - Fixed DUAL table 2012-08-17 18:46:52 +02:00
Lukas Eder
83981bf9dd [#430] Add support for the Firebird database - Partially fixed data
types
2012-08-17 18:43:25 +02:00