Lukas Eder
|
c06bbc4008
|
[jOOQ/jOOQ#10936] Add DataType.null_() and notNull() as synonyms for nullable(boolean)
|
2020-11-13 12:29:27 +01:00 |
|
Lukas Eder
|
574370f1ee
|
[jOOQ/jOOQ#10931] LIMIT without OFFSET is emulated using window functions when value is not a bind variable
|
2020-11-13 09:52:59 +01:00 |
|
Lukas Eder
|
67e0d284f9
|
[jOOQ/jOOQ#10932] Support MySQL 8.0.16 CHECK constraints
|
2020-11-13 09:14:35 +01:00 |
|
Lukas Eder
|
321c2a927f
|
[jOOQ/jOOQ#10808] Converter using primitive types fails when used in UDT
array in PostgreSQL
|
2020-11-12 21:05:23 +01:00 |
|
Lukas Eder
|
b5f80d0b0f
|
[jOOQ/jOOQ#10851] Add <visibilityModifier/> to allow for generating explicit / implicit public visibility, as well as internal in KotlinGenerator
|
2020-11-12 16:39:59 +01:00 |
|
Lukas Eder
|
3a4254518e
|
[jOOQ/jOOQ#10927] Add code generator support for SQLite CHECK constraints
|
2020-11-12 14:01:46 +01:00 |
|
Lukas Eder
|
495db82308
|
[jOOQ/jOOQ#10529] Ignore <records>false</records> for UDTRecords
|
2020-11-12 11:58:20 +01:00 |
|
Lukas Eder
|
cf9c2db02c
|
[jOOQ/jOOQ#10922] Fix support annotation for PostgreSQL
|
2020-11-12 10:40:42 +01:00 |
|
Lukas Eder
|
3ffe6de499
|
[jOOQ/jOOQ#10923] KotlinGenerator produces compilation errors in UDT
Records when <recordsImplementingRecordN/> is true
|
2020-11-12 10:38:36 +01:00 |
|
Lukas Eder
|
9753e8fc41
|
[jOOQ/jOOQ#10920] PostgreSQL supports XMLTABLE only after version 10
|
2020-11-11 17:08:29 +01:00 |
|
Lukas Eder
|
44801b2c90
|
[jOOQ/jOOQ#10918] XMLasDOMBinding and AbstractXMLasObjectBinding should implement Binding<XML, T>, not Binding<String, T>
|
2020-11-11 16:20:32 +01:00 |
|
Lukas Eder
|
efc6faf0e3
|
[jOOQ/jOOQ#10877] Compilation error in ScalaGenerator generated code
when table has column "CLASS"
|
2020-11-11 15:29:45 +01:00 |
|
Lukas Eder
|
676b4ef9c5
|
[jOOQ/jOOQ#10915] Wrong code generated by KotlinGenerator for
<validationAnnotations/>
|
2020-11-11 15:12:24 +01:00 |
|
Lukas Eder
|
0e456c703f
|
[jOOQ/jOOQ#10904] KotlinGenerator produces compilation error in generated interfaces when <jpaAnnotations/> is set
|
2020-11-11 14:26:33 +01:00 |
|
Lukas Eder
|
9afae0df97
|
[jOOQ/jOOQ#10913] Add Database.getPrimaryKeys() and overloads to
jOOQ-meta
|
2020-11-11 13:25:49 +01:00 |
|
Lukas Eder
|
c29e75cf0b
|
[jOOQ/jOOQ#10910] java.lang.ClassCastException: class java.lang.Class cannot be cast to class java.lang.reflect.ParameterizedType in Kotlin
|
2020-11-11 11:45:31 +01:00 |
|
Lukas Eder
|
0114c2a300
|
[jOOQ/jOOQ#10783] KotlinGenerator does not annotate properties with
<jpaAnnotations/>
|
2020-11-10 17:26:02 +01:00 |
|
Lukas Eder
|
cfa9c47c4f
|
[jOOQ/jOOQ#10898] Add optional schema qualification
|
2020-11-09 17:33:56 +01:00 |
|
Lukas Eder
|
c6a0d2a556
|
[jOOQ/jOOQ#10899] Add <includeSystemSequences/> to code generator
configuration
|
2020-11-09 17:23:14 +01:00 |
|
Lukas Eder
|
2d66eae6f2
|
[jOOQ/jOOQ#10898] Add Settings.metaIncludeSystemSequences
|
2020-11-09 17:22:51 +01:00 |
|
Lukas Eder
|
6d0c56e422
|
[jOOQ/jOOQ#10899] Add <includeSystemSequences/> to code generator configuration
|
2020-11-09 16:39:14 +01:00 |
|
Lukas Eder
|
395266870a
|
[jOOQ/jOOQ#10895] Added integration tests
|
2020-11-09 14:59:02 +01:00 |
|
Lukas Eder
|
8a3098c3dc
|
[jOOQ/jOOQ#10805] Kotlin POJOs with array properties must implement
equals() and hashCode()
|
2020-11-09 14:42:20 +01:00 |
|
Lukas Eder
|
4fa1562516
|
[jOOQ/jOOQ#10893] Add Javadoc link from SQLDialect to the new version support matrix page
|
2020-11-09 12:33:44 +01:00 |
|
Lukas Eder
|
89aee4ffeb
|
[jOOQ/jOOQ#10546] Added Meta.filterUniqueKeys(), filterForeignKeys()
|
2020-11-06 17:41:30 +01:00 |
|
Lukas Eder
|
a68a20cb0f
|
[jOOQ/jOOQ#10546] Added Meta.getUniqueKeys(), getForeignKeys()
|
2020-11-06 17:05:47 +01:00 |
|
Lukas Eder
|
c4c727264a
|
[jOOQ/jOOQ#10546] [jOOQ/jOOQ#10883] [jOOQ/jOOQ#10884]
- [jOOQ/jOOQ#10546] Add { Schema, Meta } . { getUniqueKeys(),
getForeignKeys(), getIndexes() }
- [jOOQ/jOOQ#10883] Add Table.getUniqueKeys()
- [jOOQ/jOOQ#10884] Change jOOQ-meta Relations.getUniqueKeys() to return
unique keys only
|
2020-11-06 15:06:41 +01:00 |
|
Lukas Eder
|
c7f8c8e044
|
[jOOQ/jOOQ#10877] Compilation error in ScalaGenerator generated code
when table has column CLASS
|
2020-11-06 11:01:30 +01:00 |
|
Lukas Eder
|
62ac3886a3
|
[jOOQ/jOOQ#10778] Add support for Packages, UDTs, and ArrayRecord in
KotlinGenerator
|
2020-11-06 10:17:53 +01:00 |
|
Lukas Eder
|
0abccf88f0
|
[jOOQ/jOOQ#10873] Forgotten annotations
|
2020-11-05 22:29:56 +01:00 |
|
Lukas Eder
|
38c8426d76
|
[jOOQ/jOOQ#10873] Add alternative DSL.key(...).value(...) syntax to produce JSONEntry
|
2020-11-05 22:16:03 +01:00 |
|
Lukas Eder
|
5e1ab3ed5b
|
[jOOQ/jOOQ#10871] Add to kotlin keywords for use in KotlinGenerator
|
2020-11-05 17:56:34 +01:00 |
|
Lukas Eder
|
a4728bafe9
|
[jOOQ/jOOQ#10778] Add support for Packages, UDTs, and ArrayRecord in
KotlinGenerator
|
2020-11-05 17:49:48 +01:00 |
|
Lukas Eder
|
41e1949d27
|
[jOOQ/jOOQ#10867] KotlinGenerator should quote identifiers containing $
|
2020-11-05 17:20:09 +01:00 |
|
Lukas Eder
|
b904956211
|
[jOOQ/jOOQ#10864] Don't create a diff between DECIMAL and NUMERIC types, where they are just aliases
|
2020-11-05 16:25:08 +01:00 |
|
Lukas Eder
|
f671d83817
|
[jOOQ/jOOQ#5179] Make these regexes case insensitive
|
2020-11-05 16:09:42 +01:00 |
|
Lukas Eder
|
27bb9dee59
|
[jOOQ/jOOQ#10821] Code generation fails in PostgreSQL when grants for enum types are missing
|
2020-11-05 14:40:55 +01:00 |
|
Lukas Eder
|
564af3e86a
|
[jOOQ/jOOQ#10829] Fix regression
|
2020-11-05 14:30:02 +01:00 |
|
Lukas Eder
|
b69cc3eba3
|
[jOOQ/jOOQ#10824] Stop using information_schema.table_constraints in PostgresDatabase
|
2020-11-05 14:16:51 +01:00 |
|
Lukas Eder
|
2f5cf12064
|
[jOOQ/jOOQ#8469] Added support also for other dialects
Including:
- CockroachDB
- Db2
- Derby
- Firebird
- HSQLDB
- MariaDB
- Oracle
- Postgres
- SQLite
- Sybase ASE
|
2020-11-05 10:19:52 +01:00 |
|
Lukas Eder
|
ebf9b5e50c
|
[jOOQ/jOOQ#10828] Record.get(Field) doesn't work for embeddable table fields when non field-replacing embeddables are projected explicitly
|
2020-11-04 16:44:55 +01:00 |
|
Lukas Eder
|
d474d3f69a
|
[jOOQ/jOOQ#10844] Added implementation for Oracle
|
2020-11-04 15:20:11 +01:00 |
|
Lukas Eder
|
bc59e040a0
|
[jOOQ/jOOQ#10858] <includeSystemIndexes/> doesn't work correctly on MySQL 8.0.22
|
2020-11-04 14:49:51 +01:00 |
|
Lukas Eder
|
23c1b6826d
|
[jOOQ/jOOQ#10856] Avoid querying information_schema.columns.datetime_precision in older versions of MySQL 5.7
|
2020-11-04 13:58:34 +01:00 |
|
Lukas Eder
|
58e484ee1d
|
[jOOQ/jOOQ#10827] Add a DSL.currentCatalog() function
|
2020-11-04 12:55:29 +01:00 |
|
Lukas Eder
|
2226072a28
|
[jOOQ/jOOQ#10852] Parser fails to parse schema qualified type in CREATE
TYPE .. AS ENUM commands
|
2020-11-04 12:17:02 +01:00 |
|
Lukas Eder
|
49f646a33c
|
Re-generated example code
|
2020-11-04 11:42:53 +01:00 |
|
Lukas Eder
|
8268f2745e
|
[jOOQ/jOOQ#10854] Added TODO
|
2020-11-04 11:42:43 +01:00 |
|
Lukas Eder
|
78c002fa02
|
[jOOQ/jOOQ#10851] KotlinGenerator should produce Explicit API mode compatible code
|
2020-11-04 11:42:20 +01:00 |
|
Lukas Eder
|
286635b8ea
|
[jOOQ/jOOQ#10844] Added implementation for SQL Server
|
2020-11-03 17:14:52 +01:00 |
|