Lukas Eder
e73cbfa543
[ jOOQ/jOOQ#13854 ] Syntax error in MemSQL code generation
2022-08-15 09:56:42 +02:00
Lukas Eder
5711379dd9
[ jOOQ/jOOQ#13818 ] MySQL DEFAULT CURRENT_TIMESTAMP column is generated as
...
computed column
2022-07-22 10:52:26 +02:00
Lukas Eder
d7ccb35d20
[ jOOQ/jOOQ#13418 ] Add a Settings.emulateComputedColumns
2022-07-08 17:36:11 +02:00
Lukas Eder
479c0e06e4
[ jOOQ/jOOQ#9844 ] Generator strategies should support <schemaExtends/>, <tableExtends/>, <recordExtends/>, <daoExtends/>, <routineExtends/>
2022-07-07 16:01:22 +02:00
Lukas Eder
8e3553c378
[ jOOQ/jOOQ#9844 ] Upgraded XSD to jooq-codegen-3.18.0.xsd
2022-07-07 14:36:02 +02:00
Lukas Eder
7ced2e06d4
[ jOOQ/jOOQ#13780 ] ERROR: unknown function: nameconcatoid() in
...
CockroachDBDatabase on CockroachDB 22
2022-07-06 16:14:07 +02:00
Lukas Eder
58d8c3e971
[ jOOQ/jOOQ#13769 ] Emulate GROUP BY <column index> using substitution in dialects where this isn't natively supported
2022-07-06 10:44:32 +02:00
Lukas Eder
219e1604c2
[ jOOQ/jOOQ#13703 ] In Java 8, <br/> wasn't allowed yet, in Javadoc
...
It seems that something has changed in Java 11, allowing for self-closing tags like these. After all, browsers are also more lenient about the whole HTML vs XHTML thing... But now that the javadoc tool starts complaining in the build, we better fix it.
2022-06-24 08:51:27 +02:00
Lukas Eder
f4882581e1
Release 3.18.0-SNAPSHOT
2022-06-23 14:56:33 +02:00
Lukas Eder
87f47e3491
[ jOOQ/jOOQ#13706 ] OnError.FAIL should log a message about the user's
...
option how to handle the problem
2022-06-23 11:25:47 +02:00
Lukas Eder
81de955e11
Release 3.17.1-SNAPSHOT
2022-06-23 11:25:37 +02:00
Lukas Eder
b1718c6648
[ jOOQ/jOOQ#13700 ] Upgrade to H2 2.1.214
...
This includes upgrading to 3.18.0-SNAPSHOT on main branch
2022-06-22 11:58:07 +02:00
Lukas Eder
29890da22c
[ jOOQ/jOOQ#6489 ] Code generator should support SQL-generated "dynamic regular expressions"
2022-06-15 18:11:56 +02:00
Lukas Eder
31c6a9e89d
[ jOOQ/jOOQ#13676 ] Improve <inputCatalog/> warning message in code generator
2022-06-15 11:06:51 +02:00
Lukas Eder
f915b55590
[ jOOQ/jOOQ#13655 ] Add XMLSchemaCollectionDefinition,
...
XMLNamespaceDefinition, and XMLTypeDefinition to jOOQ-meta
2022-06-10 15:57:14 +02:00
Lukas Eder
b3a044b621
[ jOOQ/jOOQ#13069 ] Revert prototype
2022-06-07 12:01:24 +02:00
Lukas Eder
4c92db68c6
[ jOOQ/jOOQ#13069 ] Deactivate the experimental feature for now
2022-06-03 10:39:58 +02:00
Lukas Eder
768f5033b4
[ jOOQ/jOOQ#13619 ] Revert this for now, until compilation issues are understood
2022-05-31 12:29:08 +02:00
Lukas Eder
59406e8b1b
[ jOOQ/jOOQ#13619 ] This has to be done everywhere
2022-05-31 11:50:47 +02:00
Lukas Eder
004b4a3697
[ jOOQ/jOOQ#13607 ] Add JSONtoJacksonConverter, JSONBtoJacksonConverter,
...
XMLtoJAXBConverter forcedType configuration convenience
2022-05-26 16:40:35 +02:00
Lukas Eder
e63719fad0
[ jOOQ/jOOQ#12430 ] Make Java 17 the baseline for the jOOQ Open Source Edition
2022-05-23 16:45:35 +02:00
Lukas Eder
0d60fd887f
[ jOOQ/jOOQ#9817 ] Added config
2022-05-19 15:46:17 +02:00
Lukas Eder
65e3a39f2b
[ jOOQ/jOOQ#11071 ] First prototype committed
...
- Added code generation configuration
- Simple code generation implementation
- Simple integration tests
2022-05-19 15:28:46 +02:00
Lukas Eder
088571bbcc
[ jOOQ/jOOQ#11969 ] Let Condition extend Field<Boolean>
2022-05-17 10:38:28 +02:00
Lukas Eder
95bc88e5fe
[ jOOQ/jOOQ#13069 ] Added <existsConvenience/>
2022-05-13 09:21:23 +02:00
Lukas Eder
78792b0659
[jOOQ/jOOQ#10677¨Add <onUnused/> to code generation configuration to specify behaviour when encountering unused objects
2022-05-11 16:05:07 +02:00
Lukas Eder
91a4e86125
[ jOOQ/jOOQ#13542 ] Replace SPI default implementation class (e.g.
...
DefaultExecuteListener) by default methods in interface
2022-05-10 10:20:08 +02:00
Lukas Eder
0bab3f41fa
[ jOOQ/jOOQ#13457 ] New configuration to generate implicit join definitions ALWAYS from foreign key name
2022-05-05 11:47:16 +02:00
Lukas Eder
51ba61d336
[ jOOQ/jOOQ#13516 ] KotlinGenerator should generate implicit joins path
...
accessors as properties
2022-05-03 16:40:18 +02:00
Lukas Eder
1b4f2ba690
[ jOOQ/jOOQ#1592 ] [ jOOQ/jOOQ#9879 ] AuditGenerator improvements
...
- Added DataType::computedOnClientStoredOn
- Improved DataType Javadoc
- AuditGenerator can accept multiple GeneratorStatementType
- Made GeneratorContext<T> generic
- Added GeneratorContext.field()
2022-04-14 14:26:01 +02:00
Lukas Eder
d3b700685d
[ jOOQ/jOOQ#9879 ] Support VIRTUAL client side computed columns
2022-04-08 17:04:34 +02:00
Lukas Eder
3291bc007a
[ jOOQ/jOOQ#13437 ] Add Definition.isSynthetic() to indicate that a jOOQ-meta object has been created synthetically
2022-04-08 14:51:56 +02:00
Lukas Eder
dae57e01cd
[ jOOQ/jOOQ#13434 ] Add <columns/> to <syntheticObjects/> to generate
...
synthetic columns
2022-04-08 14:39:26 +02:00
Lukas Eder
f7e72cd17d
[ jOOQ/jOOQ#13432 ] Add <visibilityModifier/> code generation option to <forcedType/>
2022-04-07 14:56:07 +02:00
Lukas Eder
02df3dced5
[ jOOQ/jOOQ#9879 ] Add support for client side GENERATED ALWAYS AS - WIP
2022-03-23 10:03:44 +01:00
Lukas Eder
6e2603c7b1
[ jOOQ/jOOQ#13302 ] H2TableDefinition with H2 2.0+ produces wrong code generation output when the run mode is Oracle
2022-03-18 09:35:48 +01:00
Lukas Eder
5332fcadb0
[ jOOQ/jOOQ#13276 ] Wrong code generated for SQLite table with unnamed
...
primary key and unique constraints
2022-03-14 16:20:17 +01:00
Lukas Eder
69f4fa3066
[ jOOQ/jOOQ#10756 ] Generate @Transactional on DAOImpl and generated DAOs
...
query-methods
2022-03-11 11:04:14 +01:00
Lukas Eder
ed778cf7b3
[ jOOQ/jOOQ#13143 ] Add code generation flags to turn off the recognition
...
of jOOQ-specific types
2022-03-09 10:40:29 +01:00
Lukas Eder
c284d1094c
[ jOOQ/jOOQ#13240 ] Code generation fails with H2 2.1.210 when using MySQL execution mode
2022-03-08 12:28:41 +01:00
Lukas Eder
81f1094c9d
[ jOOQ/jOOQ#13188 ] Added support for the ltree type
2022-03-03 09:32:47 +01:00
Lukas Eder
82e63eb8d4
[ jOOQ/jOOQ#2968 ] Support numrange
2022-03-02 11:28:23 +01:00
Lukas Eder
4551d364f9
[ jOOQ/jOOQ#2968 ] Support tsrange and tstzrange
2022-03-02 10:57:45 +01:00
Lukas Eder
29ced91a54
[ jOOQ/jOOQ#5934 ] Add support for the Postgres CITEXT type
2022-03-02 09:04:36 +01:00
Lukas Eder
da2aa57f11
[ jOOQ/jOOQ#2968 ] Added daterange support
2022-03-01 17:34:03 +01:00
Lukas Eder
166bbc7d2d
[ jOOQ/jOOQ#2968 ] Added int8range support
2022-03-01 15:33:13 +01:00
Lukas Eder
a8e97eff95
[ jOOQ/jOOQ#2968 ] Add support for int4range
2022-03-01 14:53:44 +01:00
Lukas Eder
8aa2784438
[ jOOQ/jOOQ#13161 ] Add support for array bindings for the PostgreSQL HSTORE, INET, and CIDR types
2022-03-01 11:21:47 +01:00
Lukas Eder
e7890e4671
[ jOOQ/jOOQ#13163 ] Compilation error when PostgreSQL stored function has
...
an ANYARRAY data type reference
2022-02-28 18:00:00 +01:00
Lukas Eder
556e0b4d85
[ jOOQ/jOOQ#10763 ] Higher priority = higher value
2022-02-28 17:20:26 +01:00