Commit Graph

698 Commits

Author SHA1 Message Date
Lukas Eder
8663000e96 [#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 20:28:22 +00:00
Lukas Eder
890cd6e89e [#1194] Add ColumnDefinition.isNullable()
[#1208] Render @javax.persistence.Column(nullable = false) property, if available
2012-03-03 19:31:41 +00:00
Lukas Eder
a414d3467f [#1180] Execute BatchMultiple (multi-query batch query), when executing BindSimple (single-query, multi-bind value query) with StatementType == STATIC_STATEMENT
[#1207] Add Factory.batch(Collection<? extends Query>) for convenience
2012-03-03 15:43:58 +00:00
Lukas Eder
86402653ed [#1202] Add support for the relational division operation: A.divideBy(B).on(A.ID.equal(B.A_ID)).returning(A.X, A.Y, ...) 2012-03-03 13:44:12 +00:00
Lukas Eder
e914d2d037 Documented descending ordering by index 2012-03-03 13:17:29 +00:00
Lukas Eder
eb7f140ece [#161] Add runtime configuration to pretty print rendered SQL - fixed indentation of subselects 2012-03-03 12:49:36 +00:00
Lukas Eder
64fd48639c [#1150] Add code generation option to disable generation of records 2012-03-02 17:22:53 +00:00
Lukas Eder
df9f495226 [#161] Add runtime configuration to pretty print rendered SQL - minor fix 2012-03-02 14:58:50 +00:00
Lukas Eder
b1fd8f8989 Release 2.1.0-SNAPSHOT 2012-03-02 14:49:37 +00:00
Lukas Eder
d26df720d0 [#625] Remove dependency from generated Routines to the generator's SQLDialect 2012-03-02 14:47:23 +00:00
Lukas Eder
5f00b0eb26 [#161] Add runtime configuration to pretty print rendered SQL 2012-03-02 13:53:57 +00:00
Lukas Eder
16f1a8555e [#1188] Load default Settings from the classpath at /jooq-settings.xml, or from -Dorg.jooq.settings 2012-03-01 20:38:27 +00:00
Lukas Eder
fd2cee4561 [#521] Add runtime configuration for SQL reference style (upper case, lower case, as-is, quoted) - Fixed potential regression with NPE's when using CustomTables 2012-03-01 20:15:22 +00:00
Lukas Eder
399e5769e3 [#1200] Internal API leak exposed through covariance in AbstractType.getFields() 2012-03-01 16:56:10 +00:00
Lukas Eder
6b7457536a [#1199] Table.getFields() returns an internal representation of a table's field list. Make generated tables immutable instead! - fix didn't work 2012-03-01 16:55:03 +00:00
Lukas Eder
700d88bb08 [#1199] Table.getFields() returns an internal representation of a table's field list. Make generated tables immutable instead! 2012-03-01 16:32:48 +00:00
Lukas Eder
d511a29230 [#1200] Internal API leak exposed through covariance in AbstractType.getFields() 2012-03-01 16:22:03 +00:00
Lukas Eder
8a8713d171 [#491] Add runtime configuration for SQL keyword style (upper case, lower case) 2012-02-29 19:50:44 +00:00
Lukas Eder
93bd1dc398 Mention Christopher's contribution 2012-02-29 19:43:52 +00:00
Lukas Eder
f67a1a4674 Fixed broken console link 2012-02-29 19:40:48 +00:00
Lukas Eder
b55236f0ba [#521] Add runtime configuration for SQL reference style (upper case, lower case, as-is, quoted) 2012-02-29 18:03:13 +00:00
Lukas Eder
19c706b0d6 [#521] Add runtime configuration for general quoting of SQL 2012-02-28 17:53:03 +00:00
Lukas Eder
76efe128e5 Replaced tabs by spaces 2012-02-28 17:35:28 +00:00
Lukas Eder
e628c36698 Upgraded HSQLDB to the latest snapshot version, fixed integration tests 2012-02-28 17:26:32 +00:00
Lukas Eder
0d4d6e005b Re-generated jooq-meta's Oracle SYS schema 2012-02-28 17:19:10 +00:00
Lukas Eder
ba07044227 Release 2.0.6-SNAPSHOT 2012-02-28 17:15:31 +00:00
Lukas Eder
ac72eb83ac Resources should've been moved...? 2012-02-28 17:12:16 +00:00
Chrriis
e5169cc219 Improved contextual menu for copy/pasting operations. 2012-02-27 19:03:18 +00:00
Lukas Eder
428108b426 Updated copyright date from 2009-2011 to 2009-2012 2012-02-27 18:40:53 +00:00
Lukas Eder
da09ca1c88 Release 2.0.5 - Adding ant target for jOOQ-console release 2012-02-26 21:44:37 +00:00
Lukas Eder
7ee15e5513 Release 2.0.5 - Fixed jOOQ-console manual section 2012-02-26 21:42:43 +00:00
Lukas Eder
c22f600838 Release 2.0.5 - Added missing paragraph 2012-02-26 21:24:51 +00:00
Lukas Eder
9deed1fc1b Release 2.0.5 - Adding ant target for jOOQ-console release 2012-02-26 21:20:40 +00:00
Lukas Eder
5baab3386d Release 2.0.5 - Fixing jOOQ-console for release on Maven 2012-02-26 21:17:52 +00:00
Lukas Eder
38639cf58d Release 2.0.5 - Fixing jOOQ-console for release on Maven 2012-02-26 21:16:31 +00:00
Lukas Eder
861e7b7168 Release 2.0.5 - Fixing jOOQ-console for release on Maven 2012-02-26 21:12:40 +00:00
Lukas Eder
a1e6f2c44c Release 2.0.5 - Fixing jOOQ-console for release on Maven 2012-02-26 21:11:25 +00:00
Lukas Eder
fa1b5fae03 Release 2.0.5 - Updated manual 2012-02-26 20:52:56 +00:00
Lukas Eder
c1cabd9937 Release 2.0.5 - Regenerated test artefacts 2012-02-26 20:50:11 +00:00
Lukas Eder
1e499b540d Release 2.0.5 - Fixed Javadoc 2012-02-26 20:30:12 +00:00
Lukas Eder
70bd1df501 [#1189]: TableMapping regression for SQLite database - fixed testcase 2012-02-26 19:17:44 +00:00
Lukas Eder
f9b4cc4448 Release 2.0.5 2012-02-26 19:01:06 +00:00
Lukas Eder
0d46a39d35 Corrected spelling of Christopher's E-Mail address 2012-02-26 18:58:25 +00:00
Lukas Eder
e6fe8559f0 [#978] Schema.getTables() and similar methods return empty lists when Schema is mapped with SchemaMapping
[#1175] Factory.use() seems to render SQL with the Schema name still present
2012-02-26 18:45:47 +00:00
Lukas Eder
3cb4363c5f [#1157] Add SQL / JDBC tracing capabilities in addition to logging - fixed broken ResultQuery.fetchMany() 2012-02-26 18:18:02 +00:00
Lukas Eder
35b85c26e1 [#978] Schema.getTables() and similar methods return empty lists when Schema is mapped with SchemaMapping
[#1175] Factory.use() seems to render SQL with the Schema name still present
2012-02-26 18:02:45 +00:00
Lukas Eder
3b93e6fa7e [#978] Schema.getTables() and similar methods return empty lists when Schema is mapped with SchemaMapping
[#1175] Factory.use() seems to render SQL with the Schema name still present
2012-02-26 17:32:25 +00:00
Lukas Eder
c075d2b31b [#1175] Factory.use() seems to render SQL with the Schema name still present 2012-02-26 14:39:57 +00:00
Lukas Eder
46359a4950 [#1156] Bad inlining of DATE / TIME / TIMESTAMP data types in Ingres (and other dialects, when the setting differs from the default) - Fixed Sybase test case 2012-02-26 13:58:00 +00:00
Lukas Eder
5709eb5add [#1107] Let Field.contains() support the Postgres ARRAY @> ARRAY operator 2012-02-26 12:36:04 +00:00