Commit Graph

307 Commits

Author SHA1 Message Date
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
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
8a8713d171 [#491] Add runtime configuration for SQL keyword style (upper case, lower case) 2012-02-29 19:50:44 +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
e628c36698 Upgraded HSQLDB to the latest snapshot version, fixed integration tests 2012-02-28 17:26:32 +00:00
Lukas Eder
428108b426 Updated copyright date from 2009-2011 to 2009-2012 2012-02-27 18:40:53 +00:00
Lukas Eder
c1cabd9937 Release 2.0.5 - Regenerated test artefacts 2012-02-26 20:50:11 +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
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
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
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
Lukas Eder
2da4878ff5 [#1184] Add DataType.isArray() 2012-02-26 11:59:00 +00:00
Lukas Eder
ec1b6a8c7c [#1177] Add SQL Console module to jOOQ - Adapted to renaming 2012-02-26 11:38:13 +00:00
Lukas Eder
9d92960397 [#1156] Bad inlining of DATE / TIME / TIMESTAMP data types in Ingres (and other dialects, when the setting differs from the default) - Fixed SQL Server test case 2012-02-26 09:44:59 +00:00
Lukas Eder
7467f3abfd Fixed typo 2012-02-25 09:31:59 +00:00
Lukas Eder
df56b9578a Small test fix 2012-02-25 09:30:42 +00:00
Lukas Eder
6b9aede63e [#1145] Add runtime configuration to specify whether a java.sql.PreparedStatement (with bind variables) or a java.sql.Statement (with inlined parameters) should be executed - fixed integration test 2012-02-24 17:26:41 +00:00
Lukas Eder
b2f027a2dc [#1145] Add runtime configuration to specify whether a java.sql.PreparedStatement (with bind variables) or a java.sql.Statement (with inlined parameters) should be executed - Fixed integration tests 2012-02-24 17:19:41 +00:00
Lukas Eder
cea11f1feb [#1145] Add runtime configuration to specify whether a java.sql.PreparedStatement (with bind variables) or a java.sql.Statement (with inlined parameters) should be executed - Fixed integration tests 2012-02-24 17:18:18 +00:00
Lukas Eder
d5d7991976 [#1179] Oracle-generated ArrayRecords need a reference to org.jooq.Schema to read TABLE of OBJECT from stored procedures 2012-02-24 17:11:44 +00:00
Lukas Eder
c759e1b697 [#1013] Add integration tests for various use-cases involving custom enum types - Added TODO for Oracle <forcedType> TIME on T_DATES.T 2012-02-24 16:21:05 +00:00
Lukas Eder
5392629d25 [#1147] Add integration tests for executing SQL generated using Factory.renderInlined() - fixed integration test 2012-02-24 16:15:42 +00:00
Lukas Eder
e3f2a4f7db [#1147] Add integration tests for executing SQL generated using Factory.renderInlined() - fixed integration test 2012-02-24 16:11:13 +00:00
Lukas Eder
fd3bfa2fb9 [#1175] Factory.use() seems to render SQL with the Schema name still present - added integration test 2012-02-24 16:10:29 +00:00
Lukas Eder
ed085ff5be [#1157] Add SQL / JDBC tracing capabilities in addition to logging - Added integration tests for using ExecuteListener with BatchMultiple 2012-02-24 14:25:55 +00:00
Lukas Eder
fff0d5e529 [#1157] Add SQL / JDBC tracing capabilities in addition to logging - Added integration tests for using ExecuteListener with BatchSingle 2012-02-24 14:06:27 +00:00
Lukas Eder
80c1037759 [#1157] Add SQL / JDBC tracing capabilities in addition to logging - Added integration tests for using ExecuteListener with ResultQuery 2012-02-24 13:40:41 +00:00
Lukas Eder
f736280b86 [#1157] Add SQL / JDBC tracing capabilities in addition to logging - Fixed batchSQL contents 2012-02-24 07:35:39 +00:00
Lukas Eder
2038a624d1 Integrate Christopher's debugger server in integration tests 2012-02-23 21:05:59 +00:00
Lukas Eder
753b645389 [#1157] Add extended SQL / JDBC tracing capabilities in addition to logging - draft API and implementation 2012-02-21 21:17:43 +00:00
Lukas Eder
332f556d01 [#1169] Add Configuration.setData(), getData() to convey custom data in a configuration's lifecycle 2012-02-19 16:44:31 +00:00
Lukas Eder
c782d24981 [#408] Add class prefixes, suffixes and other options to the code generator - added a prefix example 2012-02-19 15:46:08 +00:00
Lukas Eder
d59f78d4d4 [#1166] Some generated Javadoc uses naming strategy or plain output name, instead of qualified output name
[#1168] Oracle packages are generated as static, instead of static final
2012-02-19 11:16:28 +00:00
Lukas Eder
3c08fc6a6a [#408] Add class prefixes, suffixes and other options to the code generator (example strategy implementation still missing) 2012-02-18 18:56:46 +00:00
Lukas Eder
66a7b1778f - [#408] Add class prefixes, suffixes and other options to the code generator - deprecated getJavaIdentifierUC, replaced by getJavaIdentifier
- [#408] Add class prefixes, suffixes and other options to the code generator - regenerated source code, now all identifiers are upper case
2012-02-18 16:37:26 +00:00
Lukas Eder
10e330343c Fixed MySQL datetime test case 2012-02-18 16:30:00 +00:00
Lukas Eder
cfbc514d49 Generate POJOs and JPA annotations also for Oracle multi-schema test artefacts 2012-02-18 15:32:07 +00:00
Lukas Eder
bd7e48ef21 [#1162] Integrate jOOR into jOOQ for simpler reflection - replaced jooq-test dependency 2012-02-18 14:03:00 +00:00
Lukas Eder
43b3f39083 [#1164] Distinguish between Definition.getInputName(), .getOutputName(), .getJavaName()
[#1165] Add constraint name to generated javadoc
2012-02-18 13:58:53 +00:00
Lukas Eder
8acde3b97a [#93] Add Field.equalIgnoreCase(), Field.notEqualIgnoreCase() 2012-02-18 12:52:59 +00:00
Lukas Eder
7a4fb0a9ac - Fixed broken BatchSingle test for execution using StatementType.STATIC_STATEMENT
- Added SettingsTools for convenient access to settings elements
2012-02-18 12:36:59 +00:00
Lukas Eder
2648abf3c4 [#1160] Implement Field.contains(), .startsWith(), .endsWith() for numeric values, too 2012-02-18 12:19:03 +00:00
Lukas Eder
bd9c108e1e Fixed broken DATETIME test case (for Oracle) 2012-02-18 10:05:45 +00:00