Commit Graph

1173 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
ba0c5e4734 [#2367] SQLite identifiers that collide with keywords should be quoted 2013-04-04 20:30:00 +02:00
Lukas Eder
c9b747eb0e Fixed whitespace in XML files 2013-04-03 21:16:18 +02:00
Lukas Eder
23dd60c785 Added Executor Javadoc 2013-03-30 18:30:25 +01:00
Lukas Eder
3adb6bc3c7 [#2362] Decouple org.jooq.impl.Executor from Configuration. Choose
composition over inheritance - Fixed compilation errors
2013-03-30 18:17:43 +01:00
Lukas Eder
ed231beff1 Removed unneeded AbstractConfiguration 2013-03-30 18:06:54 +01: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
0dc7f8ac37 [#2361] Inaccurate Configuration Javadoc explaining wrong
ExecuteListener lifecycle
2013-03-30 17:02:16 +01:00
Lukas Eder
62ce4aae8f Adapted Xtend code to the latest changes 2013-03-24 16:19:30 +01:00
Lukas Eder
4486ea8189 Fixed Javadoc 2013-03-24 13:03:20 +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
e2658c58cf Fixed Javadoc 2013-03-24 12:28:04 +01:00
Lukas Eder
dfb3dbf56c [#2343] Decouple lifecycle of Configuration and ExecuteContext 2013-03-24 12:23:46 +01:00
Lukas Eder
a8c35286ac Fixed Javadocs 2013-03-24 11:49:23 +01:00
Lukas Eder
8e8915c008 [#2328] Remove UpdatableTable marker interface, pulling up methods
to Table
2013-03-24 11:45:40 +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
38864c2b16 [#2351] Relax ConnectionProvider contract, allowing acquire() to return
new Connections even before release() is called - Updated contract
2013-03-22 13:25:17 +01:00
Lukas Eder
b4c10646a2 [#2329] Add Javadoc to Configuration.getExecuteListeners() and
setExecuteListeners()
2013-03-22 12:53:00 +01:00
Lukas Eder
c91a393de8 Fixed Javadoc 2013-03-22 12:43:15 +01:00
Lukas Eder
377572748e [#2342] Change Configuration.getData() to return Map<Object, Object> 2013-03-20 20:10:46 +01:00
Lukas Eder
86bc2b5dc8 [#2347] Let equals() implementations succeed early on identity 2013-03-20 20:04:28 +01:00
Lukas Eder
c75ea9886b Fixed broken Javadoc 2013-03-19 22:06:01 +01:00
Lukas Eder
8abdc20465 [#2346] org.jooq.Meta's generated Schema and other objects are
Serializable, but their enclosed Meta instance is not
2013-03-18 21:08:11 +01:00
Lukas Eder
50aac2fdda [#2336] Log4j ClassNotFoundException LoggerListener 2013-03-16 11:18:44 +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
b0fd96b1e3 [#2325] "HsqlException: incompatible data type in conversion" when
binding a UUID[] to an HSQLDB prepared statement
2013-03-08 14:28:12 +01:00
Lukas Eder
6b215bbb31 [#2321] Implement various Key.toString() methods 2013-03-08 13:59:19 +01:00
Lukas Eder
c4cb32ee5e Release 3.0.0-RC2 2013-03-08 10:30:08 +01:00
Lukas Eder
f4bbfdb818 [#2312] Annotate org.jooq.Support with java.lang.annotation.Documented
to make it part of the public API (in Javadoc)
2013-03-08 09:09:50 +01:00
Lukas Eder
083e0041ce Fixed whitespace (no tabs, only spaces) 2013-02-28 12:35:53 +01:00
Lukas Eder
244f82c49f Release 3.0.0-SNAPSHOT 2013-02-28 10:33:51 +01:00
Lukas Eder
201d55d73a [#2280] Improve supported formats for MockFileDatabase - Added some
infos about the current implementation to the Javadoc
2013-02-27 16:59:53 +01:00
Lukas Eder
21a60b5aa6 No need for this local interface 2013-02-27 16:14:04 +01:00
Lukas Eder
e648132697 [#2280] Improve supported formats for MockFileDatabase 2013-02-27 15:52:03 +01:00
Lukas Eder
82fa44d98f [#2281] Add Result<Record> Executor.fetchFromStringData(List<String[]>)
in order to reuse logic from fetchFromCSV
2013-02-27 15:51:33 +01:00
Lukas Eder
bca01a0d76 Fixed OpenCSV's peculiar inline comment style 2013-02-27 14:17:18 +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
78e8b863eb Added missing final keywords 2013-02-27 12:08:13 +01:00
Lukas Eder
48628892e2 [#2279] UUIDs aren't correctly deserialised from Postgres UDTs 2013-02-26 21:52:10 +01:00
Lukas Eder
935d74628b Merge pull request #2277 from kdubb/master
[#2279] UUIDs aren't correctly deserialised from Postgres UDTs
2013-02-26 12:48:05 -08:00
Kevin Wooten
9fc494b8e4 Support UUID in Postgres arrays 2013-02-26 13:18:12 -07:00
Lukas Eder
9fb08f7d39 [#2271] jOOQ Unit tests fail when not run in CET / CEST 2013-02-26 12:23:32 +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
a398476260 [#2258] Restore private and deprecated versions of the Factory
constructors, adding some Javadoc about the changes between jOOQ 2.x and
3.0
2013-02-24 12:10:51 +01:00
Lukas Eder
e93e470f94 Removed some deprecated code 2013-02-24 12:00:48 +01:00
Lukas Eder
78937968a6 [#2262] RenderSchema has no effect, if not supplied to the Executor
constructor
2013-02-24 11:50:51 +01:00
Lukas Eder
6a6c9d3526 [#2259] RenderMapping has no effect, if not supplied to the Executor
constructor
2013-02-24 11:38:20 +01:00
Lukas Eder
d4d5df40bb Fixed bad test 2013-02-24 11:35:04 +01:00
Lukas Eder
0457e0b782 Removed deprecated SchemaMapping.NO_MAPPING 2013-02-24 11:28:35 +01:00
Lukas Eder
53b5c70fc1 [#2252] ArrayIndexOutOfBoundsException, when rendering plain SQL that is
terminated by a comment - Added test case
2013-02-20 15:00:23 +01:00