lukaseder
b92ce8ab59
[ #674 ] Add <fluentSetters/> code generation flag to let generated
...
setters return this
2013-10-06 10:52:27 +02:00
lukaseder
1a4ce84c4a
[ #1171 ] Add a MatcherStrategy GeneratorStrategy to allow for
...
configurative regex pattern matching and replacement
2013-09-21 17:51:48 +02:00
Lukas Eder
bbc390f4f9
Release 3.2.0-SNAPSHOT
2013-08-26 16:45:55 +02:00
Lukas Eder
634be94da7
Release 3.2.0-alpha-01
2013-08-26 13:58:24 +02:00
Lukas Eder
d465dcbd14
[ #2706 ] Generate "full" constructors in records, allowing to construct a
...
record with all values set
2013-08-23 17:35:55 +02:00
Lukas Eder
d0947d8c32
Fixed warnings
2013-08-23 17:22:49 +02:00
Lukas Eder
795543245c
[ #2699 ] Generate DEFAULT and NULL metadata information on generated
...
DataTypes
2013-08-19 16:09:46 +02:00
Lukas Eder
70fd391aed
[ #2603 ] Add <includeExcludeColumns/> flag to code generation
...
configuration to indicate that <includes/> and <excludes/> shall also
match column names
2013-08-16 14:55:49 +02:00
Lukas Eder
9216742d70
[ #2618 ] Document the fact that different packages are generated for
...
different schemas
2013-07-07 13:28:27 +02:00
Lukas Eder
66c71583f3
Release 3.2.0-SNAPSHOT
2013-07-02 10:52:33 +02:00
Lukas Eder
5827083e4e
Release 3.1.0
2013-06-30 15:55:46 +02:00
Lukas Eder
d74988011f
Ignore unreliable Eclipse resource leaks warnings
2013-06-30 13:18:57 +02:00
Lukas Eder
b80be10495
[ #2573 ] Add a tag in the code generator as a reminder
2013-06-29 19:05:30 +02:00
Lukas Eder
591afd7fcb
[ #2135 ] Postgres ENUM data type isn't supported correctly, if the
...
ENUM needs full qualification
2013-06-23 13:50:07 +02:00
Lukas Eder
4e4874e367
[ #2502 ] Code generation fails to generate valid java for stored
...
procedures that accept parameters named configuration.
2013-06-10 21:43:33 +02:00
Lukas Eder
d239a99d7f
Whitespace fix in generated javax.annotation.Generated reference
2013-06-09 12:52:06 +02:00
Lukas Eder
64e48ea499
[ #2461 ] Generator Encoding Error for Database-Objects with Unicode-Names
2013-05-24 19:56:44 +02:00
Lukas Eder
d10cd42caf
[ #2413 ] Suppress warnings in generated code (@SuppressWarnings("all")
...
doesn't suppress "rawtypes" warnings with javac)
2013-05-03 11:55:56 +02:00
Lukas Eder
21569fda4f
Release 3.1.0-SNAPSHOT
2013-05-01 18:04:58 +02:00
Lukas Eder
e23d2af072
Release 3.0.0
2013-04-28 11:49:58 +02:00
Lukas Eder
fb7a0c535f
Release 3.0.0-RC3: Version increment
2013-04-12 15:29:22 +02:00
Lukas Eder
da03005313
[ #2390 ] Change Configuration API to reflect jOOQ-style getter / setter
...
naming - Fixed code generator
2013-04-07 17:32:08 +02:00
Lukas Eder
20af63d55e
[ #2379 ] Replace 3.0-RC1 Executor type by a contextual DSL type
...
constructed from Factory.using() - Step 3
- Make Executor package-private
- Rename Executor to ContextDSLImpl
- Re-generate H2, MySQL, Oracle databases
- Let DAO reference a Configuration instead of an Executor [#2382 ]
2013-04-06 18:45:45 +02:00
Lukas Eder
abe43ec2c2
Release 3.0.0-SNAPSHOT
2013-04-05 11:20:59 +02:00
Lukas Eder
ec4283f169
[ #2366 ] Add org.jooq.util.example package to jOOQ-codegen with some
...
example GeneratorStrategies
2013-04-03 21:25:03 +02:00
Lukas Eder
fe22d7b8d0
[ #2366 ] Add org.jooq.util.example package to jOOQ-codegen with some
...
example GeneratorStrategies
2013-04-03 21:15:50 +02:00
Lukas Eder
8e8915c008
[ #2328 ] Remove UpdatableTable marker interface, pulling up methods
...
to Table
2013-03-24 11:45:40 +01:00
Lukas Eder
e7b46589a1
[ #2350 ] Do not statically reference a Connection from GenerationTool
2013-03-23 11:34:30 +01:00
Lukas Eder
dd2eaf1541
[ #2308 ] Do not generate "final" Tables.java, UniqueKeys.java, etc
2013-03-08 12:45:48 +01:00
Lukas Eder
e491172bfe
Revert "[ #2248 ] Javac's max constant pool of 64k can be exceeded in
...
generated Keys.java or Tables.java - Regenerated Oracle schema"
2013-03-08 11:42:57 +01:00
Lukas Eder
c4cb32ee5e
Release 3.0.0-RC2
2013-03-08 10:30:08 +01:00
Lukas Eder
9c3e348987
[ #2294 ] Compilation errors when code generator is configured with
...
<daos>true</daos> and <relations>false</relations>
2013-03-08 09:42:02 +01:00
Lukas Eder
30a6a85d73
[ #2308 ] Do not generate "final" Tables.java, UniqueKeys.java, etc
2013-03-08 09:24:20 +01:00
Lukas Eder
4abbb89b91
[ #2314 ] Outdated GenerationTool Javadoc
2013-03-08 08:56:59 +01:00
Lukas Eder
ac4ef099ec
[ #2298 ] Suppress warnings in generated code (@SuppressWarnings("all")
...
doesn't work with javac)
2013-03-03 10:05:29 +01:00
Lukas Eder
e5ce8d118b
[ #2248 ] Javac's max constant pool of 64k can be exceeded in
...
generated Keys.java or Tables.java
2013-02-28 18:42:31 +01:00
Lukas Eder
79886062ca
Applied formatter
2013-02-28 18:04:09 +01:00
Lukas Eder
d4e1445c5e
[ #2285 ] Add more verbosity to the code generator, when configured badly
2013-02-28 15:08:11 +01:00
Lukas Eder
38f2f6b39a
[ #2283 ] Class loading issues in GenerationTool when called by Gradle -
...
Removed unnecessary method argument
2013-02-28 12:38:59 +01:00
Lukas Eder
3fee0582b9
Fixed whitespace (no tabs, only spaces)
2013-02-28 12:35:05 +01:00
Lukas Eder
669c18f1c0
[ #2283 ] Class loading issues in GenerationTool when called by Gradle -
...
Avoid NPE's now, that <jdbc/> is an optional configuration element
2013-02-28 12:07:11 +01:00
Lukas Eder
07672a1432
[ #2283 ] Class loading issues in GenerationTool when called by Gradle -
...
Allow for setting ClassLoader and/or Connection externally
2013-02-28 12:04:52 +01:00
Lukas Eder
244f82c49f
Release 3.0.0-SNAPSHOT
2013-02-28 10:33:51 +01:00
Lukas Eder
ab6b36f943
[ #2283 ] Class loading issues in GenerationTool when called by Gradle
2013-02-28 10:23:47 +01:00
Lukas Eder
e012c0e547
[ #2255 ] Add code generation option to avoid the generation of
...
"global object references"
2013-02-20 17:22:18 +01:00
Lukas Eder
682f844709
[ #2212 ] "code size too large" in generated SchemaImpl, when the number
...
of tables exceeds 15k
2013-02-19 18:53:16 +01:00
Lukas Eder
8576e1d56d
Release 3.0.0-RC1
2013-02-16 14:28:59 +01:00
Lukas Eder
fba595a302
[ #1977 ] Remove the confusing concept of having a "main key" as opposed
...
to a "primary key"
2013-02-12 12:30:11 +01:00
Lukas Eder
3d30514a52
[ #2133 ] Allow for mapping <outputSchema/> to "" (empty) in order to
...
avoid the generation of a schema
2013-02-11 15:14:59 +01:00
Lukas Eder
e7b3db3ccb
[ #2079 ] Support generation of bean validation annotations on records
...
and interfaces
2013-02-11 14:13:23 +01:00