Commit Graph

752 Commits

Author SHA1 Message Date
Lukas Eder
2eb68a88e0 Release 2.1.0 - Release notes and manual 2012-03-18 12:04:47 +00:00
Lukas Eder
b7fa3c50ab Release 2.1.0 2012-03-18 10:04:08 +00:00
Lukas Eder
26e3fc6987 Release 2.1.0 2012-03-18 09:36:11 +00:00
Lukas Eder
af04f261cf [#1199] Table.getFields() returns an internal representation of a table's field list. Make generated tables immutable instead! 2012-03-18 08:25:26 +00:00
Lukas Eder
f5a994bbae [#1215] Add org.jooq.Converter<T, U> for custom type mapping - Don't make org.jooq.impl.DataTypes public yet 2012-03-16 15:53:32 +00:00
Lukas Eder
05ab707d87 [#1215] Add org.jooq.Converter<T, U> for custom type mapping - Improved implementation 2012-03-16 15:51:49 +00:00
Lukas Eder
61dba0c2f8 [#1196] Document required fork="true" when using jooq-codegen with ant 2012-03-16 15:32:31 +00:00
Lukas Eder
fd60c8ad1f [#1195] Add more jOOQ-Console documentation 2012-03-16 15:22:44 +00:00
Lukas Eder
bc921d8049 [#1193] Specify main-class in jOOQ Console's manifest.mf, and include dependency in jar file 2012-03-16 14:02:16 +00:00
Lukas Eder
1d2ad8d935 [#1128] NULL is inlined in INSERT statement instead of binding it as a variable. This can cause issues when using jOOQ with Spring - Fixed broken unit tests 2012-03-16 13:06:09 +00:00
Lukas Eder
92857341f6 Release 2.1.0 2012-03-16 12:57:08 +00:00
Lukas Eder
9e881e9d8e [#1239] Add Factory.fetchLazy(String) 2012-03-16 12:21:45 +00:00
Lukas Eder
efe80c02a7 [#1232] SQLException when Factory.fetch() does not return a ResultSet 2012-03-16 12:13:22 +00:00
Lukas Eder
4251ec133c [#1137] Exclude MySQL column-level enum types when that column is overridden by a <forcedType/>
[#1237] Don't generate enum classes for columns in MySQL tables that are excluded from code generation
2012-03-16 12:08:32 +00:00
Lukas Eder
342f435e7f [#1181] Add support for SQL Server data types timestamp and rowversion 2012-03-16 11:27:18 +00:00
Lukas Eder
05166e4801 [#1181] Add support for SQL Server data types timestamp and rowversion 2012-03-16 11:09:04 +00:00
Lukas Eder
2decf46eee [#349] Add SQLite relations support
[#1234] Add Database.getTable(SchemaDefinition, String, boolean) to fetch tables case-insensitively
2012-03-16 11:03:44 +00:00
Lukas Eder
9650f0fbd3 [#1232] SQLException when Factory.fetch() does not return a ResultSet 2012-03-16 10:53:32 +00:00
Lukas Eder
993b79d8f6 [#1233] Support custom JDBC properties for jooq-codegen-maven plugin 2012-03-16 10:27:39 +00:00
Lukas Eder
15e8873b07 [#349] Add SQLite relations support
[#1234] Add Database.getTable(SchemaDefinition, String, boolean) to fetch tables case-insensitively
2012-03-16 10:25:59 +00:00
Lukas Eder
8428b8a8cd [#349] Add SQLite relations support
[#1234] Add Database.getTable(SchemaDefinition, String, boolean) to fetch tables case-insensitively
2012-03-16 10:06:19 +00:00
Lukas Eder
f4b17b83f3 [#1128] NULL is inlined in INSERT statement instead of binding it as a variable. This can cause issues when using jOOQ with Spring
[#1158] Derby cannot handle inlined NULL literals in some contexts
2012-03-11 21:14:44 +00:00
Lukas Eder
f765e8d10e [#1225] Bind NULL byte[] as java.sql.Types.BINARY instead of BLOB in Postgres, to avoid errors
[#1226] Bind NULL UDTs with their associated type name in Oracle
2012-03-11 18:35:17 +00:00
Lukas Eder
c208c3e557 [#1189] TableMapping regression for SQLite database 2012-03-11 13:58:18 +00:00
Lukas Eder
0c8063ef02 [#1190] Cannot store SQLite records when using StatementType.STATIC_STATEMENT 2012-03-11 13:11:46 +00:00
Lukas Eder
38c865e191 [#1209] Render @javax.persistence.Column(length, precision, scale) properties, if available
[#1224] Add DataTypeDefinition.getLength() to jooq-meta's type system
2012-03-11 12:31:07 +00:00
Lukas Eder
e3e0bf638f [#1223] Cache ExecuteListener classes for performance 2012-03-11 11:06:21 +00:00
Lukas Eder
1aa4196968 [#1191] Deprecate ConfigurationRegistry and replace by equivalent ExecuteListener feature - added some comments 2012-03-11 10:26:47 +00:00
Lukas Eder
5646d17b99 [#1191] Deprecate ConfigurationRegistry and replace by equivalent ExecuteListener feature 2012-03-11 10:24:40 +00:00
Lukas Eder
b512a7a5a3 [#1013] Add integration tests for various use-cases involving custom enum types - added additional test 2012-03-10 17:57:48 +00:00
Lukas Eder
3bd59d0c25 [#1013] Add integration tests for various use-cases involving custom enum types 2012-03-10 17:49:51 +00:00
Lukas Eder
affc61d698 [#1013] Add integration tests for various use-cases involving custom enum types 2012-03-10 16:34:56 +00:00
Lukas Eder
45b9d5808c Added an additional INSERT .. SET .. RETURNING test case 2012-03-10 09:27:50 +00:00
Lukas Eder
c82d28a0fe [#650] Add a data type registry "org.jooq.impl.DataTypes" for cleaner DataType referencing - Added TODO 2012-03-08 22:25:25 +00:00
Lukas Eder
11db6b671f [#650] Add a data type registry "org.jooq.impl.DataTypes" for cleaner DataType referencing - Added TODO 2012-03-08 22:12:51 +00:00
Lukas Eder
7cb6568873 [#1217] Add EnumConverter as a base type for custom enum converters
[#1218] Add code generation options to generate <customTypes/> referencing a Java type and a Converter
2012-03-08 20:04:13 +00:00
Lukas Eder
cfd934c9fe [#1221] Incorrect ExecuteListener invocation for INSERT .. RETURNING. executeStart() and executeEnd() are omitted 2012-03-08 19:11:59 +00:00
Chrriis
b2800799cb [#1177] Add SQL Console module to jOOQ - bug fix in SQL editor and minor UI improvements. 2012-03-08 14:00:57 +00:00
Chrriis
37de5082a9 [#1177] Add SQL Console module to jOOQ - bug fix in SQL request type detection for "with" clause. 2012-03-08 12:44:53 +00:00
Chrriis
62a76e8c53 [#1177] Add SQL Console module to jOOQ - formatter improvements: multiple keywords in a row. 2012-03-06 21:42:53 +00:00
Lukas Eder
23b92034cd [#1219] API Bug: Cannot use LIMIT .. OFFSET along with FOR UPDATE 2012-03-06 19:07:18 +00:00
Lukas Eder
9ece8fc8b9 [#1202] Add support for the relational division operation: A.divideBy(B).on(A.ID.equal(B.A_ID)).returning(A.X, A.Y, ...) - added some more Javadoc 2012-03-06 19:04:35 +00:00
Chrriis
3f38321bdf [#1177] Add SQL Console module to jOOQ - minor formatter improvements (double quotes and multiple spaces aggregation). 2012-03-04 22:11:20 +00:00
Lukas Eder
54633e826d [#1218] Add code generation options to generate <customTypes/> referencing a Java type and a Converter - First implementation draft 2012-03-04 19:07:19 +00:00
Lukas Eder
a47284df8d [#650] Add a data type registry "org.jooq.impl.DataTypes" for cleaner DataType referencing
[#1217] Add EnumConverter as a base type for custom enum converters
2012-03-04 15:55:00 +00:00
Lukas Eder
880786ff07 [#1215] Add org.jooq.Converter<T, U> for custom type mapping
[#1216] Overload Record, Result.getValue() and .setValue() methods to accept a Converter
2012-03-04 15:00:17 +00:00
Lukas Eder
0607c8ccc7 Added some more potentially problematic tables / fields to check jooq-codegen's compilation-safety 2012-03-04 08:25:14 +00:00
Lukas Eder
8d030d68dd [#1211] Enforce method name disambiguation also when using custom strategies (regression of #182)
[#1212] Enforce identifier disambiguation also when using custom strategies (regression)
2012-03-03 21:10:24 +00:00
Lukas Eder
b50b2177fb [#1211] Enforce method name disambiguation also when using custom strategies (regression of #182)
[#1212] Enforce identifier disambiguation also when using custom strategies (regression)
2012-03-03 21:08:59 +00:00
Lukas Eder
70fbda2e86 [#1211] Enforce method name disambiguation also when using custom strategies (regression of #182)
[#1212] Enforce identifier disambiguation also when using custom strategies (regression)
2012-03-03 21:05:06 +00:00