Lukas Eder
7823344021
[ jOOQ/jOOQ#13598 ] Add
...
Settings.emulateNestedRecordProjectionsUsingMultisetEmulation to replace
flattening emulation by MULTISET emulation for top level nested record
projections
2025-03-12 15:13:57 +01:00
Lukas Eder
82c32edc34
[ jOOQ/jOOQ#18133 ] Log message doesn't concatenate helpful information in code generator
2025-03-12 11:11:28 +01:00
Lukas Eder
2175d9e9f6
Release 3.20.3-SNAPSHOT
2025-03-11 15:51:24 +01:00
Lukas Eder
7ddb819874
Release 3.20.2
2025-03-11 12:46:18 +01:00
Lukas Eder
56bc421b30
[ jOOQ/jOOQ#18112 ] Fix also ScalaGenerator
2025-03-10 08:53:43 +01:00
Lukas Eder
d2db0ac08d
[ jOOQ/jOOQ#18112 ] <globalObjectNames/> should generate const val in
...
KotlinGenerator, for annotation usage
This includes:
- [jOOQ/jOOQ#18114 ] <globalObjectNames/> should explicitly declare
String type in KotlinGenerator, for usage with explicit API compiler
flag
2025-03-10 08:20:05 +01:00
Lukas Eder
e19cd25b67
Release 3.20.2-SNAPSHOT
2025-02-21 17:09:52 +01:00
Lukas Eder
4fa569282b
Release 3.20.1
2025-02-21 14:04:40 +01:00
Lukas Eder
9988b38c37
[ jOOQ/jOOQ#18032 ] Correctly reference the XSD file
2025-02-20 15:59:33 +01:00
Lukas Eder
eae83f24da
Release 3.20.1-SNAPSHOT
2025-02-20 11:12:44 +01:00
Lukas Eder
455fec9cb6
Release 3.20.0
2025-02-19 14:33:19 +01:00
Lukas Eder
357f781c74
[ jOOQ/jOOQ#12637 ] Fix this for setters as well
2025-02-14 10:18:18 +01:00
Lukas Eder
ccbc035635
[ jOOQ/jOOQ#17926 ] Code generator should consider effective nullability of computed columns just like that of defaulted columns
2025-02-13 15:55:01 +01:00
Lukas Eder
37d93db16f
[ jOOQ/jOOQ#17928 ] Generated Javadoc should reference qualified output name of generated objects, not input name
2025-01-31 12:58:30 +01:00
Lukas Eder
cfc8c15e5a
[ jOOQ/jOOQ#14402 ] Add SQLDialect.DATABRICKS
2025-01-22 16:41:30 +01:00
Lukas Eder
71e1a06781
[ jOOQ/jOOQ#10574 ] Add PascalCaseGeneratorStrategy to improve user experience for T-SQL schemas implemented in PascalCase
2025-01-16 14:34:22 +01:00
Lukas Eder
0eb5a08016
[ jOOQ/jOOQ#16567 ] Restore caching of resolvedType in AbstractTypedElementDefinition
2025-01-10 15:14:31 +01:00
Lukas Eder
d69db14a0f
I deleted my account on this terrible hate platform
2025-01-10 10:35:18 +01:00
Lukas Eder
84df2232c8
[ jOOQ/jOOQ#17787 ] Regression when enabling <jpaAnnotation> for NOT NULL
...
DEFAULT columns, which should continue to be marked as @Column(nullable
= true)
2024-12-23 10:11:57 +01:00
Lukas Eder
e89077aa85
[ jOOQ/jOOQ#16501 ] GeneratorStrategy::getJavaMemberOverride should be called with Mode.DAO for all member-specific fetchByXYZ methods generated in a DAO
2024-12-13 09:05:27 +01:00
Lukas Eder
fd76e92a00
[ jOOQ/jOOQ#16379 ] Compilation error in generated Indexes.java when index
...
references embeddables that replace their underlying fields
2024-12-11 15:04:05 +01:00
Lukas Eder
2f2a9b76d3
[ jOOQ/jOOQ#17762 ] EmbeddableTableField::toString should render a ROW style display of the field
2024-12-11 11:35:47 +01:00
Lukas Eder
11ce2ec1cf
[ jOOQ/jOOQ#14005 ] Code generator produces wrong ordering of DataType
...
properties for nullable and defaulted array types
2024-12-09 19:41:11 +01:00
Lukas Eder
bf1047305b
[ jOOQ/jOOQ#17752 ] Add jdbc/urlProperty as a way to specify which system property to look up in code generation configuration for the JDBC URL
2024-12-06 14:27:07 +01:00
Lukas Eder
bed940da75
[ jOOQ/jOOQ#11375 ] <globalObjectNames/> Should produce a file containing
...
enum literals for each enum type
2024-12-06 09:19:10 +01:00
Lukas Eder
5cc15ad602
[ jOOQ/jOOQ#17747 ] Wrong Javadoc in <globalObjectNames/> generated classes
2024-12-06 08:43:40 +01:00
Lukas Eder
26ed6c0a03
[ jOOQ/jOOQ#17745 ] <globalObjectNames/> should not generate empty classes
2024-12-06 08:35:35 +01:00
Lukas Eder
c2d165006b
[ jOOQ/jOOQ#17727 ] KotlinGenerator should generate @Suppress(warnings)
...
in all generated files
2024-12-05 13:17:16 +01:00
Lukas Eder
4425706495
[ jOOQ/jOOQ#17714 ] KotlinGenerator doesn't respect visibility modifier configuration for companion object and its contents
2024-12-03 12:13:04 +01:00
Lukas Eder
1817dfaf39
[ jOOQ/jOOQ#17677 ] Copy paste error
2024-11-27 17:09:04 +01:00
Lukas Eder
87bdd75cca
[ jOOQ/jOOQ#17677 ] Add more context information to "Ambiguous key name"
...
warning in code generator
2024-11-27 17:03:36 +01:00
Lukas Eder
800b4e6dd8
[ jOOQ/jOOQ#17683 ] Add an additional code generation flag to turn off many-to-many relationship generation
2024-11-27 16:20:17 +01:00
Lukas Eder
bdec0019fd
[ jOOQ/jOOQ#17681 ] Compilation error in generated many-to-many paths when
...
turning off <implicitJoinPathsToOne/>
2024-11-27 16:07:44 +01:00
Lukas Eder
28073bbaa2
[ jOOQ/jOOQ#17677 ] Add more context information to "Ambiguous key name"
...
warning in code generator
2024-11-27 15:50:10 +01:00
Lukas Eder
dc4a45e59f
[ jOOQ/jOOQ#17634 ] Compilation errors in generated POJO code when
...
generating <immutableInterfaces/> on a table accepting UDTs
2024-11-22 08:54:08 +01:00
Lukas Eder
405e2bb804
[ jOOQ/jOOQ#17632 ] Use new utility
2024-11-19 09:12:47 +01:00
Lukas Eder
6b248fdc87
[ jOOQ/jOOQ#17624 ] Correct order of excludes / includes, copy paste error
2024-11-15 13:24:29 +01:00
Lukas Eder
ee6db644ea
[ jOOQ/jOOQ#17624 ] Add support for per-generation-mode type <includes> and <excludes> matching
2024-11-15 08:54:08 +01:00
Lukas Eder
ec256172c5
[ jOOQ/jOOQ#9736 ] InformationSchema, XMLDatabase and XMLGenerator support
2024-11-14 15:43:25 +01:00
Lukas Eder
e9bf333f64
[ jOOQ/jOOQ#9736 ] Add runtime model for foreign key ON DELETE and ON UPDATE actions
...
This includes:
- Add ForeignKey API
- Implement MetaImpl
- Add jOOQ-meta API
- Add H2Database implementation
- Add code generation support
2024-11-14 11:47:03 +01:00
Lukas Eder
ccd7b94f6c
[ jOOQ/jOOQ#17592 ] Missing Generated annotations on nested Path classes
2024-11-11 09:23:49 +01:00
Lukas Eder
1200fa0fa5
[ jOOQ/jOOQ#7406 ] Add code generation support for SETOF UDT returning
...
functions in PostgreSQL
2024-11-08 14:31:45 +01:00
Lukas Eder
b3d219e5eb
[ jOOQ/jOOQ#17498 ] GenerationTool should be more clear about commercial
...
dependencies, when lookups don't work
2024-10-25 08:11:44 +02:00
Lukas Eder
63b3051f7b
[ jOOQ/jOOQ#8705 ] Add code generation configuration to generate primary key based equals() and hashCode() on POJOs
2024-10-23 10:22:59 +02:00
Lukas Eder
4a88729447
[ jOOQ/jOOQ#17487 ] Add code generation configuration flags to specify
...
which columns to include / exclude in generated POJO equals() and
hashCode() implementations
2024-10-22 16:59:21 +02:00
Lukas Eder
06eb51fda8
[ jOOQ/jOOQ#17477 ] Bad code generated when activating <springDao/> but not <springAnnotations/>
2024-10-22 09:15:19 +02:00
Lukas Eder
8aee20e2b0
[ jOOQ/jOOQ#17148 ] Support Scala 3 enum types
2024-10-22 08:59:40 +02:00
Lukas Eder
809e0c1cf9
[ jOOQ/jOOQ#17476 ] Support new Scala 3 keywords in code generator
2024-10-22 08:44:22 +02:00
Lukas Eder
48d19c3b29
[ jOOQ/jOOQ#17470 ] Add <description/> to all pom.xml files
2024-10-21 14:12:16 +02:00
Lukas Eder
8a78105439
[ jOOQ/jOOQ#17455 ] Kotlin generated code should use by lazy syntax for cached Path instances
2024-10-17 14:16:26 +02:00