Lukas Eder
4b68d9cd17
[ jOOQ/jOOQ#8029 ] Fix TIMESTAMP(0) precision
2020-07-08 14:27:24 +02:00
Lukas Eder
6a7e194113
[ jOOQ/jOOQ#9540 ] NVARCHAR not supported in Firebird
2020-07-08 14:23:47 +02:00
Lukas Eder
138a094531
[ jOOQ/jOOQ#9540 ] Delegate to ordinary String binding, if NVARCHAR is not supported
2020-07-08 13:33:13 +02:00
Lukas Eder
2359239252
[ jOOQ/jOOQ#9540 ] [ jOOQ/jOOQ#9775 ] Added parser support for N'...' NVARCHAR literals
2020-07-08 13:19:52 +02:00
Lukas Eder
b244dfca54
[ jOOQ/jOOQ#9540 ] SQL Server NVARCHAR literal is not rendered correctly
...
This includes:
- [jOOQ/jOOQ#10368 ] Add DataType.isNString()
2020-07-08 13:05:46 +02:00
Lukas Eder
d33bac8efb
[ jOOQ/jOOQ#8029 ] Fix TIMESTAMP(0) precision
2020-07-08 12:12:08 +02:00
Lukas Eder
3ad30cd011
[ jOOQ/jOOQ#8029 ] Fix TIMESTAMP(0) precision
2020-07-08 12:09:04 +02:00
Lukas Eder
f9850d9655
[ jOOQ/jOOQ#8029 ] Cast expressions on TIMESTAMP data types should use explicit precision
2020-07-08 11:56:38 +02:00
Lukas Eder
23eecb7de0
[ jOOQ/jOOQ#8029 ] Don't generate timestamp precision in Derby casts
2020-07-07 12:23:40 +02:00
Lukas Eder
9ae0ad9157
[ jOOQ/jOOQ#10360 ] Support parsing NOT DEFERRABLE INITIALLY IMMEDIATE on
...
foreign key constraints
2020-07-07 11:40:50 +02:00
Lukas Eder
3641494f96
[ jOOQ/jOOQ#10362 ] User bindings and/or converters need to be retained
2020-07-07 11:10:32 +02:00
Lukas Eder
405bcb8b72
[ jOOQ/jOOQ#10362 ] Java 6 fix
2020-07-06 12:49:21 +02:00
Lukas Eder
5ff106bc34
[ jOOQ/jOOQ#10362 ] Refactor DefaultBinding to reference DataType<T>, not
...
Class<T>
2020-07-06 12:44:29 +02:00
Lukas Eder
cda0232860
[ jOOQ/jOOQ#10361 ] Add JSONFormat.quoteNested() and XMLFormat.quoteNested() flags
2020-07-06 10:14:58 +02:00
Lukas Eder
ead4acf617
[ jOOQ/jOOQ#10358 ] Added TODO
2020-07-03 17:34:45 +02:00
Lukas Eder
84ad860878
[ jOOQ/jOOQ#7253 ] Add support for Loader.batchAll() with onDuplicateKeyIgnore()
2020-07-03 17:33:05 +02:00
Lukas Eder
82dc4b3f7f
[ jOOQ/jOOQ#5200 ] Loader API onDuplicateKeyIgnore() doesn't work when primary key is an identity
2020-07-03 16:34:56 +02:00
Lukas Eder
9f3ff67f57
[ jOOQ/jOOQ#10355 ] Change JavaGenerator.printClassAnnotations() to (JavaWriter, Definition, Mode)
2020-07-03 15:55:58 +02:00
Lukas Eder
707d8eab61
[ jOOQ/jOOQ#4703 ] The underscore '_' is a reserved token in Java 9. The
...
jOOQ code generator should avoid generating it
2020-07-03 15:19:23 +02:00
Lukas Eder
3e3353d993
Fixed some warnings
2020-07-03 14:21:51 +02:00
Lukas Eder
2787cefe07
[ jOOQ/jOOQ#10354 ] Retrofit Table.where() implementation to use new InlineDerivedTable
2020-07-03 14:19:12 +02:00
Lukas Eder
61b16c5740
[ jOOQ/jOOQ#5216 ] Add UpdatableRecord.children(ForeignKey)
...
This includes:
- UpdatableRecord.children()
- TableRecord.parent()
- ForeignKey.children()
- ForeignKey.parents()
- Result.children()
- Result.parents()
- Re-implementation of existing fetch methods
- [jOOQ/jOOQ#10353 ] Add a new internal InlineDerivedTable implementation
2020-07-03 13:19:57 +02:00
Lukas Eder
e2d0d1455c
[ jOOQ/jOOQ#6186 ] Log warning if standalone <outputSchema/> element is not paired with <inputSchema/>
2020-07-03 11:36:08 +02:00
Lukas Eder
dbc7475685
[ jOOQ/jOOQ#4691 ] Add an unused forced type hint about Pattern.COMMENTS being turned on to help debug regexes with whitespace
2020-07-03 10:56:47 +02:00
Lukas Eder
c5ff404348
[ jOOQ/jOOQ#10305 ] Excluded schema is still included in code generation
...
of foreign keys in PostgreSQL
2020-07-03 10:03:09 +02:00
Lukas Eder
9869001075
[ jOOQ/jOOQ#10350 ] Document Kotlin meta data usage by the DefaultRecordMapper in Javadoc
2020-07-02 16:24:23 +02:00
Lukas Eder
81aa12f91c
[ jOOQ/jOOQ#10345 ] NON_BIND_VARIABLE_SUFFIXES should only be used in
...
PostgreSQL dialect
2020-07-02 15:47:42 +02:00
Lukas Eder
db093b3fc9
[ jOOQ/jOOQ#6266 ] Java 6 fix
2020-07-02 15:40:51 +02:00
Lukas Eder
5c54196097
[ jOOQ/jOOQ#10343 ] Make JSON::data, JSONB::data, and XML::data NotNull
2020-07-02 12:03:34 +02:00
Lukas Eder
d46a9a8a86
[ jOOQ/jOOQ#7334 ] DataAccessException.sqlStateClass() always returns
...
OTHER for SQLite
2020-07-02 11:29:23 +02:00
Lukas Eder
bbcc30ac76
[ jOOQ/jOOQ#10267 ] ImmutablePOJOMapperWithParameterNames throws
...
InaccessibleObjectException on module path
2020-07-02 10:36:25 +02:00
Lukas Eder
4924dfcb89
[ jOOQ/jOOQ#8220 ] Row[N] predicates should wrap T argument values in Tools.field() to allow for raw type scalar subqueries
2020-07-01 16:24:09 +02:00
Lukas Eder
6c4da6436a
[ jOOQ/jOOQ#8553 ] Actual bug fix
2020-07-01 16:23:53 +02:00
Lukas Eder
58adc417bc
[ jOOQ/jOOQ#10339 ] orderProvider is not applied to AbstractDatabase.getSchemata0()
2020-07-01 15:18:44 +02:00
Lukas Eder
4b937703dc
[ jOOQ/jOOQ#10338 ] XMLGenerator should produce 1-based <ordinal_position/> in <key_column_usage/>
2020-07-01 15:02:43 +02:00
Lukas Eder
16c5efd354
[ jOOQ/jOOQ#10336 ] jooq-meta.xsd shouldn't require table_type
2020-07-01 14:02:15 +02:00
Lukas Eder
d7e98c2d3d
[ jOOQ/jOOQ#8553 ] Updated PostgreSQL implementation
2020-07-01 13:47:54 +02:00
Lukas Eder
6852c9df66
[ jOOQ/jOOQ#8553 ] Updated SQLite implementation
2020-07-01 12:57:10 +02:00
Lukas Eder
a1ec9b5169
[ jOOQ/jOOQ#8553 ] FK and UK column count may mismatch
...
There might be a mismatch between FK and UK column count because of include/exclude pattern matching. Prevent an AIOOBE here
2020-07-01 12:41:04 +02:00
Lukas Eder
16e6075c81
[ jOOQ/jOOQ#10335 ] NullPointerException when Database.setOnError(null) is called
2020-07-01 12:37:26 +02:00
Lukas Eder
ed29e0959e
[ jOOQ/jOOQ#8553 ] Add support for foreign keys referencing unique key
...
columns in different order than in the unique key definition
- Made HSQLDBDatabase ready for the feature (doesn't support it yet)
2020-07-01 12:01:29 +02:00
Lukas Eder
528c3d9434
[ jOOQ/jOOQ#10334 ] MySQLRoutineDefinition uses HSQLDB's INFORMATION_SCHEMA.PARAMETERS table, not MySQL's
2020-07-01 09:52:01 +02:00
Lukas Eder
4e140b7062
[ jOOQ/jOOQ#8553 ] Add support for foreign keys referencing unique key
...
columns in different order than in the unique key definition
- Added jOOQ-meta implementation
- Added H2Database implementation
2020-06-30 17:05:43 +02:00
Lukas Eder
8f9c389132
[ jOOQ/jOOQ#8553 ] Add support for foreign keys referencing unique key
...
columns in different order than in the unique key definition
- Added new runtime meta API
- Added interpreter and org.jooq.Meta support
- Added code generation support
2020-06-30 16:28:25 +02:00
Lukas Eder
b1afee44cb
[ jOOQ/jOOQ#10139 ] Unknown columns in code generator queries for Firebird 2.5
2020-06-30 14:23:25 +02:00
Lukas Eder
c7438a7b5e
[ jOOQ/jOOQ#6244 ] Adapted Kotlin example code
2020-06-30 13:01:04 +02:00
Lukas Eder
9707e1ebd3
[ jOOQ/jOOQ#10331 ] Split jOOQ-meta-extensions into jOOQ-meta-extensions-hibernate and jOOQ-meta-extensions-liquibase
...
This fixes [jOOQ/jOOQ#10268 ] Unrelated Liquibase error when using jooq-meta-extensions with Spring Boot
2020-06-30 12:50:29 +02:00
Lukas Eder
22df310c85
[ jOOQ/jOOQ#8948 ] Support MariaDB JSON data type
2020-06-29 12:25:27 +02:00
Lukas Eder
5a4a25d58b
[ jOOQ/jOOQ#10326 ] Derby binary literals don't work with BLOB types
2020-06-29 09:59:46 +02:00
Lukas Eder
83a62a6b45
[ jOOQ/jOOQ#8278 ] Interpret SQLite view source code to guess data types
2020-06-26 15:50:09 +02:00