Commit Graph

955 Commits

Author SHA1 Message Date
Lukas Eder
3648e2fc50 [#2373] Cursor.close() doesn't terminate the ExecuteListener life cycle
- Cursor should always be closed
2013-04-05 10:16:00 +02:00
Lukas Eder
f13fd3524a [#2373] ExecuteListener may have an unbalanced life-cycle - Fixed
LifecycleWatcherListener
2013-04-05 09:46:25 +02:00
Lukas Eder
46c185e3ce [#2373] ExecuteListener may have an unbalanced life-cycle - Added
LifecycleWatcherListener that collects start() and end() event counts
for display in integration tests
2013-04-05 09:40:13 +02:00
Lukas Eder
a654aff1ce Added some Javadoc 2013-04-05 08:44:39 +02:00
Lukas Eder
ec4283f169 [#2366] Add org.jooq.util.example package to jOOQ-codegen with some
example GeneratorStrategies
2013-04-03 21:25:03 +02:00
Lukas Eder
cd8b05e1b1 Regenerated sakila database 2013-04-03 21:18:59 +02:00
Lukas Eder
58d3979bec [#2362] Decouple org.jooq.impl.Executor from Configuration. Choose
composition over inheritance
2013-03-30 18:04:00 +01:00
Lukas Eder
6ea8c5a11e [#2353] Decouple org.jooq.Context from Configuration. Choose
composition over inheritance
2013-03-24 12:48:28 +01:00
Lukas Eder
dfb3dbf56c [#2343] Decouple lifecycle of Configuration and ExecuteContext 2013-03-24 12:23:46 +01:00
Lukas Eder
c2f4dc2a71 [#2328] Remove UpdatableTable marker interface, pulling up methods
to Table - Regenerated databases
2013-03-24 11:45:57 +01:00
Lukas Eder
00c2ddb15d [#2351] Relax ConnectionProvider contract, allowing acquire() to
return new Connections even before release() is called
2013-03-22 14:20:08 +01:00
Lukas Eder
f97f81a43c [#2345] Singleton instances are not preserved after deserialisation -
Reverted adding of test case
2013-03-22 12:37:54 +01:00
Lukas Eder
513764796a [#2345] Singleton instances are not preserved after deserialisation -
Add failing test
2013-03-18 20:21:00 +01:00
Lukas Eder
513e440ab2 [#2328] Pull up UpdatableTable.getKeys() and getReferencesFrom() methods
to Table - Regenerated H2 database
2013-03-10 12:41:00 +01:00
Lukas Eder
b100f91d21 [#2328] Pull up UpdatableTable.getKeys() and getReferencesFrom() methods
to Table
2013-03-10 12:40:38 +01:00
Lukas Eder
f11aef3c4a Release 3.0.0-RC2 - Regenerated Derby, Firebird, CUBRID databases 2013-03-08 12:53:31 +01:00
Lukas Eder
a417ec7a89 Release 3.0.0-RC2 - Regenerated H2 schemata 2013-03-08 12:45:27 +01:00
Lukas Eder
67a0528ad2 Release 3.0.0-RC2 - Regenerated HSQLDB schemata 2013-03-08 12:36:28 +01:00
Lukas Eder
e437354b7e Release 3.0.0-RC2 - Regenerated MySQL schemata 2013-03-08 12:33:33 +01:00
Lukas Eder
68e729661b Release 3.0.0-RC2 - Fixed broken integration test 2013-03-08 12:21:52 +01:00
Lukas Eder
b52279b074 Release 3.0.0-RC2 - Fixed integration test scenario regression. The
Oracle custom strategy generation must generate "global object
references" for a test to work
2013-03-08 12:19:57 +01:00
Lukas Eder
da02d3d91f Release 3.0.0-RC2 - Regenerated Oracle schema 2013-03-08 12:14:06 +01:00
Lukas Eder
80bb886468 Release 3.0.0-RC2 - Regenerated Postgres schema 2013-03-08 12:02:28 +01:00
Lukas Eder
4b6a1546bc Release 3.0.0-RC2 - Fixed broken integration test 2013-03-08 12:02:11 +01:00
Lukas Eder
20325bd509 Release 3.0.0-RC2 - Regenerated SQL Server schema 2013-03-08 11:58:27 +01:00
Lukas Eder
32acfdd1d1 Release 3.0.0-RC2 - Regenerated Sybase and SQLite schema 2013-03-08 11:57:22 +01:00
Lukas Eder
7eac1008f7 Release 3.0.0-RC2 - Regenerated Sybase schema 2013-03-08 10:59:00 +01:00
Lukas Eder
9c3e348987 [#2294] Compilation errors when code generator is configured with
<daos>true</daos> and <relations>false</relations>
2013-03-08 09:42:02 +01:00
Lukas Eder
a9f3e9aee8 [#2308] Do not generate "final" Tables.java, UniqueKeys.java, etc. -
Added a compiler test
2013-03-08 09:32:03 +01:00
Lukas Eder
6667190690 [#2308] Do not generate "final" Tables.java, UniqueKeys.java, etc -
Regenerated code
2013-03-08 09:24:32 +01:00
Lukas Eder
2b75918106 [#2298] Suppress warnings in generated code (@SuppressWarnings("all")
doesn't work with javac) - Regenerated H2 schema
2013-03-03 10:05:53 +01:00
Lukas Eder
8e46b87f08 [#2248] Javac's max constant pool of 64k can be exceeded in
generated Keys.java or Tables.java - Regenerated Oracle schema
2013-02-28 18:59:42 +01:00
Lukas Eder
736b918864 [#2248] Javac's max constant pool of 64k can be exceeded in
generated Keys.java or Tables.java - Regenerated H2 schema
2013-02-28 18:43:05 +01:00
Lukas Eder
4a7ad9937e [#2278] Postgres (UUID and other) ARRAY types aren't correctly inlined
as string literals
2013-02-27 12:12:45 +01:00
Lukas Eder
0e291565d4 Fixed failing integration test 2013-02-27 11:53:35 +01:00
Lukas Eder
9c5a5d9465 [#2279] UUIDs aren't correctly deserialised from Postgres UDTs -
Regenerated Postgres schema
2013-02-26 21:52:27 +01:00
Lukas Eder
48628892e2 [#2279] UUIDs aren't correctly deserialised from Postgres UDTs 2013-02-26 21:52:10 +01:00
Lukas Eder
af1e52973a [#2271] jOOQ integration tests fail when not run in CET / CEST 2013-02-26 12:25:20 +01:00
Lukas Eder
9cba0ba771 [#2271] jOOQ integration tests fail when not run in CET / CEST 2013-02-26 12:23:42 +01:00
Lukas Eder
c4c0d9f98a Fixed warning 2013-02-25 19:44:04 +01:00
Lukas Eder
db315deb98 Removed toad extensions project nature 2013-02-25 17:34:16 +01:00
Lukas Eder
225494c790 Removed obsolete ant build script 2013-02-25 17:33:39 +01:00
Lukas Eder
f7a0b6613b Removed unneeded file 2013-02-25 17:33:07 +01:00
Lukas Eder
ffd285ed65 [#2267] SQLDialectNotSupportedException: Type class
org.postgis.PGgeometry is not supported in dialect null, when binding
PG* objects - Added BOX test
2013-02-25 17:26:22 +01:00
Lukas Eder
6f7982fceb [#2267] SQLDialectNotSupportedException: Type class
org.postgis.PGgeometry is not supported in dialect null, when binding
PG* objects - Added INTERVAL test
2013-02-25 17:23:15 +01:00
Lukas Eder
892f492630 [#2267] SQLDialectNotSupportedException: Type class
org.postgis.PGgeometry is not supported in dialect null, when binding
PG* objects - Regenerated Postgres schema
2013-02-25 16:55:39 +01:00
Lukas Eder
24254e039e [#2267] SQLDialectNotSupportedException: Type class
org.postgis.PGgeometry is not supported in dialect null, when binding
PG* objects
2013-02-25 16:55:04 +01:00
Lukas Eder
e93e470f94 Removed some deprecated code 2013-02-24 12:00:48 +01:00
Lukas Eder
e012c0e547 [#2255] Add code generation option to avoid the generation of
"global object references"
2013-02-20 17:22:18 +01:00
Lukas Eder
d66fbbab21 [#2212] "code size too large" in generated SchemaImpl, when the number
of tables exceeds 15k - Regenerated H2 schema
2013-02-19 18:53:26 +01:00