Lukas Eder
|
524155e53a
|
[#3430] JDBC escape syntax is not correctly rendered from plain SQL when plain SQL contains newlines
|
2014-07-22 11:12:24 +02:00 |
|
Lukas Eder
|
5d51daac63
|
[#3430] Added working integration test
|
2014-07-21 18:26:12 +02:00 |
|
Lukas Eder
|
6ada8de4a3
|
Removed unused legacy method isSelectingRefCursor()
|
2014-07-21 16:18:04 +02:00 |
|
Lukas Eder
|
1012ab5931
|
Regenerated all [N] types
|
2014-07-21 15:37:28 +02:00 |
|
Lukas Eder
|
c9fe6e499c
|
[#3425] Add support for Oracle AQ
|
2014-07-18 19:21:21 +02:00 |
|
Lukas Eder
|
52b0a082a7
|
[#3425] Add support for Oracle AQ - Another integration test
|
2014-07-18 18:57:00 +02:00 |
|
Lukas Eder
|
5c247d2165
|
[#3425] Add support for Oracle AQ
|
2014-07-18 18:45:08 +02:00 |
|
Lukas Eder
|
136928126d
|
[#2626] Added TODO as a reminder to refactor / externalise an existing SQL template
|
2014-07-18 17:38:45 +02:00 |
|
Lukas Eder
|
33eebc5d16
|
[#3420] NullPointerException when generating code for Oracle AQ Tables
|
2014-07-18 12:55:07 +02:00 |
|
Lukas Eder
|
630522254c
|
[#3420] NullPointerException when generating code for Oracle AQ Tables
|
2014-07-18 12:53:47 +02:00 |
|
Lukas Eder
|
51a61bdb19
|
[#3418] Add DSL.defaultValue(Field<T>) for convenience
|
2014-07-18 09:27:17 +02:00 |
|
Lukas Eder
|
bc17ca2c48
|
[#3413] Oracle generated ArrayRecords cannot be constructed through reflection if deprecated flag is set to off
|
2014-07-16 18:41:32 +02:00 |
|
Lukas Eder
|
2945ea841d
|
[#3412] Add List DSLContext.fetchValues(...) similar to the existing fetchValue(...) methods
|
2014-07-16 18:38:07 +02:00 |
|
Lukas Eder
|
6e963d21ff
|
[#3408] Remove the default log4j.xml configuration file from the maven plugin again
|
2014-07-16 15:57:19 +02:00 |
|
Lukas Eder
|
ade767e1f8
|
Revert "[#3398] Avoid generating new SQL statements for every bind variable length in Firebird"
This reverts commit c1033c2928.
|
2014-07-16 15:43:36 +02:00 |
|
Lukas Eder
|
6ab3eeae56
|
[#3407] DDL statements accepting String names should generate quoted names, not plain SQL
|
2014-07-16 15:41:54 +02:00 |
|
Lukas Eder
|
baea001d64
|
[#3340] Add support for CREATE VIEW and DROP VIEW statements
|
2014-07-16 15:27:07 +02:00 |
|
Lukas Eder
|
dac445fc4c
|
[#3402] Wrong character length generated by jOOQ for Firebird - Regenerated test database
|
2014-07-16 11:31:48 +02:00 |
|
Lukas Eder
|
4188743f73
|
[#3402] Wrong character length generated by jOOQ for Firebird - Regenerated RDB$ tables
|
2014-07-16 11:31:35 +02:00 |
|
Lukas Eder
|
61dca9fb03
|
[#3402] Wrong character length generated by jOOQ for Firebird
|
2014-07-16 11:31:19 +02:00 |
|
Lukas Eder
|
c9fca9c29a
|
Remove @Test annotation in delegate class
|
2014-07-16 11:13:48 +02:00 |
|
Lukas Eder
|
6171b31ac9
|
[#3400] ALTER TABLE generates invalid syntax on Firebird when data types are nullable
|
2014-07-16 11:02:16 +02:00 |
|
Lukas Eder
|
c1033c2928
|
[#3398] Avoid generating new SQL statements for every bind variable length in Firebird
|
2014-07-16 10:48:32 +02:00 |
|
Lukas Eder
|
08a6c01d5c
|
LISTAGG is not supported by FIREBIRD
|
2014-07-16 10:48:19 +02:00 |
|
Lukas Eder
|
1fb9fe1066
|
LISTAGG is not supported in FIREBIRD
|
2014-07-16 10:36:35 +02:00 |
|
Lukas Eder
|
ae80f5a48d
|
[#3392] Call setAccessible(true) only if really needed
|
2014-07-16 10:19:18 +02:00 |
|
Lukas Eder
|
54594ba78a
|
[#3360] SQLite regression when using special characters in identifiers
|
2014-07-11 13:01:29 +02:00 |
|
Lukas Eder
|
7940d705ac
|
Reduced visibility of example class
|
2014-07-11 11:49:34 +02:00 |
|
Lukas Eder
|
1bce6cd55a
|
[#3355] Add support for DROP SEQUENCE statements
|
2014-07-11 10:54:26 +02:00 |
|
Lukas Eder
|
c742587add
|
[#3389] Add DSLContext.currval(String) and nextval(String) for convenience
|
2014-07-11 10:32:28 +02:00 |
|
Lukas Eder
|
459317cb0e
|
[#3388] Replace SQL Server's ROW_NUMBER() OVER(ORDER BY @@version) by ORDER BY (SELECT 0)
|
2014-07-11 10:10:59 +02:00 |
|
Lukas Eder
|
9a74f5c41f
|
[#3382] NOT NULL constraints and type information are incorrectly generated when using Firebird DOMAINs for data types
|
2014-07-09 18:14:15 +02:00 |
|
Lukas Eder
|
32784a890d
|
[#3386] Add some test cases using Java 8 Streams for functional-relational transformation
|
2014-07-09 17:43:09 +02:00 |
|
Lukas Eder
|
eb7f37f5fd
|
[#2209] Add <T1, T2, .., T[N]> Result<Record[N]<T1, T2, .., T[N]>> Result.into(Field<T1>, Field<T2>, .., Field<T[N]>) in order to transform Results / Records into another type
|
2014-07-09 16:42:36 +02:00 |
|
Lukas Eder
|
df45da4b61
|
Replace some anonymous classes with lambdas in test suite
|
2014-07-09 14:54:56 +02:00 |
|
Lukas Eder
|
df542ad22c
|
Factor out RecordMapper tests into own test class
|
2014-07-09 14:39:09 +02:00 |
|
Lukas Eder
|
a9dddbf0d7
|
[#3375] Improved jOOQ-meta query
|
2014-07-02 13:36:18 +02:00 |
|
Lukas Eder
|
5020e79b9d
|
[#3378] Added integration test workaround
|
2014-07-02 12:07:32 +02:00 |
|
Lukas Eder
|
191fa27bab
|
[#3375] Add support for PostgreSQL table-valued functions - Regenerated schema
|
2014-07-02 11:37:58 +02:00 |
|
Lukas Eder
|
6d39b16e73
|
[#3375] Add support for PostgreSQL table-valued functions
|
2014-07-02 11:37:48 +02:00 |
|
Lukas Eder
|
09e3affa68
|
[#3370] Allow for overriding the class Javadocs for generated objects - Regenerated schema
|
2014-07-01 15:12:53 +02:00 |
|
Lukas Eder
|
512be5b236
|
[#3370] Allow for overriding the class Javadocs for generated objects
|
2014-07-01 15:12:40 +02:00 |
|
Lukas Eder
|
c897c942f9
|
Comment out flight recorder agent for testing launch targets
|
2014-07-01 13:41:04 +02:00 |
|
Lukas Eder
|
a61a8f703e
|
Added an example that prints out SELECT 1 FROM DUAL statements in each dialect
|
2014-07-01 13:40:29 +02:00 |
|
Lukas Eder
|
521df3ff8b
|
Fixed the Eclipse 'join_wrapped_lines' setting
|
2014-07-01 13:39:47 +02:00 |
|
Lukas Eder
|
bf07108310
|
[#3363] UpdatableRecord.store() executes UPDATE instead of INSERT after delete(), if Settings.updatablePrimaryKeys is set to true
|
2014-06-27 15:17:54 +02:00 |
|
Lukas Eder
|
842858441d
|
[#3362] DSLContext.batchStore() executes INSERT if records are batch stores are executed two times in a row on new records, if Settings.updatablePrimaryKeys is set to true
|
2014-06-27 14:48:00 +02:00 |
|
Lukas Eder
|
71abb74501
|
[#3356] Deprecate Select.fetchCount()
|
2014-06-27 14:17:16 +02:00 |
|
Lukas Eder
|
8ea43249f4
|
Eclipse keeps doing funny things to settings...
|
2014-06-27 14:00:07 +02:00 |
|
Lukas Eder
|
60d62c467d
|
[#3355] Added support for DROP SEQUENCE statements
|
2014-06-27 13:59:33 +02:00 |
|