Lukas Eder
0114c2a300
[ jOOQ/jOOQ#10783 ] KotlinGenerator does not annotate properties with
...
<jpaAnnotations/>
2020-11-10 17:26:02 +01:00
Lukas Eder
6d0c56e422
[ jOOQ/jOOQ#10899 ] Add <includeSystemSequences/> to code generator configuration
2020-11-09 16:39:14 +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
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
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
78c002fa02
[ jOOQ/jOOQ#10851 ] KotlinGenerator should produce Explicit API mode compatible code
2020-11-04 11:42:20 +01:00
Lukas Eder
0ec6fc7525
Removed unused method
2020-11-03 10:04:19 +01:00
Lukas Eder
0fc060ae93
[ jOOQ/jOOQ#10837 ] KotlinGenerator produces invalid syntax for enums with special characters
2020-11-03 09:43:14 +01:00
Lukas Eder
3e82394bef
[ jOOQ/jOOQ#10835 ] KotlinGenerator should produce open classes
2020-11-02 16:40:44 +01:00
Lukas Eder
65b97aed0e
[ jOOQ/jOOQ#10812 ] Compilation error in KotlinGenerator generated code when <enumConverter/> flag is turned on
2020-10-29 13:36:16 +01:00
Lukas Eder
01f332fa0c
[ jOOQ/jOOQ#10761 ] KotlinGenerator produces invalid syntax for PostgreSQL enum types
2020-10-29 12:07:04 +01:00
Lukas Eder
4b34e97651
[ jOOQ/jOOQ#10787 ] KotlinGenerator and ScalaGenerator don't produce
...
correct POJO.toString(), equals(), hashCode() methods for array types
2020-10-22 16:57:44 +02:00
Lukas Eder
d39059919b
[ jOOQ/jOOQ#10787 ] KotlinGenerator and ScalaGenerator don't produce correct POJO.toString(), equals(), hashCode() methods for array types
2020-10-22 16:45:40 +02:00
Lukas Eder
1acc6b15c2
[ jOOQ/jOOQ#10768 ] Kotlin codegen generates uncompileable model class for Postgres int[]
2020-10-22 16:04:03 +02:00
Lukas Eder
71b69bb151
[ jOOQ/jOOQ#10779 ] Compilation error in KotlinGenerator generated DAOs
...
for data type TINYINT
2020-10-22 13:10:54 +02:00
Lukas Eder
265b31e530
[ jOOQ/jOOQ#10782 ] Wrong code generated for <jpaAnnotations/> Table
...
annotations with KotlinGenerator
2020-10-22 12:46:44 +02:00
Lukas Eder
7d1f95adf6
[ jOOQ/jOOQ#10771 ] KotlinGenerator creates incorrect @Generated annotation
2020-10-21 12:39:14 +02:00
Lukas Eder
3f063e2df6
[ jOOQ/jOOQ#10767 ] Kotlin code generator generates Record with invalid
...
kotlin syntax when a column is named "value" and
<recordsImplementingRecordN/> is true
2020-10-21 10:18:17 +02:00
Lukas Eder
7cff2cae7e
Release 3.15.0-SNAPSHOT
2020-10-20 10:20:20 +02:00
Lukas Eder
44f13d4b4b
[ jOOQ/jOOQ#6124 ] [ jOOQ/jOOQ#10511 ] Use regexes instead of booleans
...
embeddable keys and domains configurations should not just be boolean flags turning the feature on and off, but regular expressions matching specific objects, as always. This way, the feature can be turned on e.g. only for 1 schema, or for some tables, etc.
2020-10-08 14:40:24 +02:00
Lukas Eder
6e13255f9c
[ jOOQ/jOOQ#10481 ] Fixed Scala code generation
2020-10-08 11:36:33 +02:00
Lukas Eder
cf276eaf3c
[ jOOQ/jOOQ#10481 ] Fixed Kotlin code generation
2020-10-08 11:14:45 +02:00
Lukas Eder
0166a3e1a2
[ jOOQ/jOOQ#10481 ] Fixed Scala and Kotlin code generation
2020-10-07 17:33:58 +02:00
Lukas Eder
e31c815a10
[ jOOQ/jOOQ#10481 ] Support <recordsImplementingRecordN/>
2020-10-07 16:58:26 +02:00
Lukas Eder
dc47fdd342
[ jOOQ/jOOQ#8139 ] scala.UninitializedFieldError in runtime using
...
generated data objects
2020-10-02 14:32:08 +02:00
Lukas Eder
2811d8e18b
[ jOOQ/jOOQ#10648 ] Don't log this info if we're already using schema version providers
2020-09-25 17:23:09 +02:00
Lukas Eder
81e3d91e80
[ jOOQ/jOOQ#10653 ] Make the JavaGenerator::INITIALISER_SIZE configurable through <maxMembersPerInitialiser/>
2020-09-25 16:17:25 +02:00
Lukas Eder
f541eda04d
[ jOOQ/jOOQ#10654 Make the generation of the serialVersionUID configurable
2020-09-25 15:50:27 +02:00
Lukas Eder
90344a14cd
[ jOOQ/jOOQ#10648 ] Log info when code generation run doesn't produce any difference
2020-09-18 11:29:13 +02:00
Lukas Eder
df5f0cdd14
[ jOOQ/jOOQ#10632 ] [ jOOQ/jOOQ#10633 ]
...
- Log all column and parameter types in DEBUG level in JavaGenerator
- Add DataTypeDefinition.getMatchNames()
2020-09-15 16:19:24 +02:00
Lukas Eder
4ea1ab465f
[ jOOQ/jOOQ#10588 ] Apply synthetic keys to jOOQ-meta, use implicit joins (WIP)
2020-09-04 17:51:20 +02:00
Lukas Eder
3616cc43c7
[ jOOQ/jOOQ#10588 ] Rename <syntheticKeys/> to <syntheticObjects/>
2020-09-04 11:29:22 +02:00
Lukas Eder
d5365531c9
[ jOOQ/jOOQ#10588 ] Deprecate <overridePrimaryKeys/>
2020-09-04 09:31:19 +02:00
Lukas Eder
69fe7b2728
[ jOOQ/jOOQ#10587 ] NullPointerException when misconfiguring code generator, lacking a <database/>
2020-09-03 16:56:21 +02:00
Lukas Eder
10c12b3752
[ jOOQ/jOOQ#681 ] Generate also Schema.getDomains()
2020-09-03 15:01:55 +02:00
Lukas Eder
d864df381c
[ jOOQ/jOOQ#10554 ] Distribute indexes to nested classes only if necessary
2020-09-03 14:34:15 +02:00
Lukas Eder
f3b390a0d7
[ jOOQ/jOOQ#10586 ] Some missing nullable annotations in generated code
2020-09-03 14:17:12 +02:00
Lukas Eder
4a8078c3d5
[ jOOQ/jOOQ#10579 ] JavaWriter::beforeClose shouldn't search for package
...
using a regex
2020-09-03 10:25:32 +02:00
Lukas Eder
387912cbd1
[ jOOQ/jOOQ#10576 ] Compilation error when 2 Oracle packages both contain the same record type name
2020-09-02 16:10:08 +02:00
Lukas Eder
a35a6c052f
[ jOOQ/jOOQ#10554 ] Re-generated example code
2020-09-02 14:37:09 +02:00
Lukas Eder
792212a944
[ jOOQ/jOOQ#10554 ] Avoid workaround for too large initialisers when
...
unnecessary
2020-09-02 14:00:04 +02:00
Lukas Eder
fa532b4aa9
[ jOOQ/jOOQ#10575 ] Add some empty protected methods to generate custom
...
class footers in reference classes
2020-09-02 12:48:20 +02:00
Lukas Eder
ef181a93f6
[ jOOQ/jOOQ#6183 ] [ jOOQ/jOOQ#6248 ] Support kotlin package constants
...
All sorts of fixes, including:
- Putting Tables.kt and Routines.kt in a .references subpackage
- Correctly applying convertToIdentifier to package and class names
- Correctly applying escapeWindowsForbiddenNames
- Correctly importing generated constants
2020-09-02 12:13:02 +02:00
Lukas Eder
5aeadd3017
[ jOOQ/jOOQ#10561 ] Various compilation errors when schema, table, key
...
names conflict
2020-08-31 17:38:49 +02:00
Lukas Eder
c8e26f86c4
[ jOOQ/jOOQ#10532 ] Fixed generated code for Java 8 and less
2020-08-28 13:40:33 +02:00
Lukas Eder
ddf1175714
[ jOOQ/jOOQ#10534 ] <enumConverter/> and <lambdaConverter/> don't work in ScalaGenerator and KotlinGenerator
2020-08-28 11:22:17 +02:00