lukaseder
|
770ef22186
|
Release 3.8.5
|
2016-10-28 14:47:36 +02:00 |
|
lukaseder
|
ca0331280a
|
[#5614] SchemaVersionProvider might cause deletion of schemas that were not updated
|
2016-10-21 12:06:39 +02:00 |
|
lukaseder
|
a79e8008f0
|
[#5609] Better fix
|
2016-10-21 11:28:15 +02:00 |
|
lukaseder
|
6c0bc2413b
|
[#5609] Regression: Unspecified inputSchema no longer generates all schemata
|
2016-10-20 17:03:26 +02:00 |
|
lukaseder
|
fc6588234d
|
[#5607] JPADatabase causes warnings
|
2016-10-20 16:32:30 +02:00 |
|
lukaseder
|
3c7b4bb3f9
|
[#5608] JPADatabase includes undesired INFORMATION_SCHEMA by default
|
2016-10-20 16:07:53 +02:00 |
|
lukaseder
|
bd1b402d08
|
Merge branch 'master' of https://github.com/jOOQ/jOOQ
|
2016-10-20 14:33:09 +02:00 |
|
lukaseder
|
8c6a22505a
|
[#4168] <outputSchemaToDefault/> generates "_" package name when generating multiple schemata
|
2016-10-20 14:32:55 +02:00 |
|
Lukas Eder
|
52a7138483
|
Give all primary keys a name
|
2016-10-20 10:14:30 +02:00 |
|
lukaseder
|
49162a7c02
|
[#4827] Revert example catalogVersionProvider
|
2016-10-19 18:15:29 +02:00 |
|
lukaseder
|
3dc80770b7
|
[#5595] Be more clear about excludes having priority over includes in code generation config manual section
|
2016-10-19 17:19:42 +02:00 |
|
lukaseder
|
547e209def
|
[#5603] Add TableLike.fieldStream() and other metadata Streaming methods
|
2016-10-19 16:17:16 +02:00 |
|
lukaseder
|
10616a9c3a
|
[#5567] Add Javadoc warnings on Field.in(Collection) and Field.in(T...) about cursor cache contention problems
|
2016-10-19 12:06:13 +02:00 |
|
lukaseder
|
b051ff8cb7
|
[#5600] Add setting to enable IN list padding
|
2016-10-19 11:54:08 +02:00 |
|
lukaseder
|
994c94a43c
|
[#5596] Error on code generation when schema name is a Windows reserved name like CON, AUX
|
2016-10-19 10:12:01 +02:00 |
|
lukaseder
|
a9f883a749
|
[#5597] Code generator IOExceptions are not logged when error appears during closing of file
|
2016-10-19 09:48:18 +02:00 |
|
Lukas Eder
|
49c00f4a67
|
Merge pull request #5585 from PicnicSupermarket/tweak-generated-java-file-header
Tweak generated Java file header
|
2016-10-07 16:29:51 +02:00 |
|
Stephan Schroevers
|
c514933429
|
Tweak generated Java file header
|
2016-10-07 16:04:07 +02:00 |
|
lukaseder
|
39b40b9e14
|
[#5583] Refer to Stephan Schroevers in ABOUT.txt
|
2016-10-07 15:56:35 +02:00 |
|
Lukas Eder
|
f65cd2d2cf
|
Merge pull request #5583 from PicnicSupermarket/no-javadoc-above-package-declaration
For generated code, change file header style from JavaDoc to regular comment
|
2016-10-07 15:53:43 +02:00 |
|
lukaseder
|
742b2b129d
|
[#5584] Fix all file headers to be regular comments, not Javadoc
|
2016-10-07 15:51:44 +02:00 |
|
Stephan Schroevers
|
190ed84dd8
|
Change file header style from JavaDoc to regular comment
|
2016-10-07 14:58:52 +02:00 |
|
lukaseder
|
340e1374c9
|
^Revert "[#5488] Excess newline in formatted SELECT without FROM clause"
|
2016-10-07 14:53:41 +02:00 |
|
lukaseder
|
cefa1cd487
|
[#5575] Add support for H2's TO_DATE() and TO_TIMESTAMP() function
|
2016-10-07 13:03:22 +02:00 |
|
lukaseder
|
a548c82298
|
[#5578] Incorrect ambiguity warning when column name appears in 3+ joined tables
|
2016-10-07 11:37:44 +02:00 |
|
lukaseder
|
5813ca5617
|
[#2303] Add deprecation warning to parser API
|
2016-10-05 19:35:16 +02:00 |
|
lukaseder
|
a14e3b5032
|
[#5569] DataTypeException: Cannot convert from String to class [B when generated code contains VARBINARY type with default value
|
2016-09-27 13:56:16 +02:00 |
|
lukaseder
|
76a0d60dd6
|
[#5570] Better implementation
|
2016-09-27 10:24:45 +02:00 |
|
lukaseder
|
52ec20c3c9
|
[#5570] Consistency...
|
2016-09-26 23:38:38 +02:00 |
|
lukaseder
|
733496d283
|
[#5570] Add a SQLDialectExecutor wrapper around an execution for better debugging
|
2016-09-26 23:36:48 +02:00 |
|
lukaseder
|
862452b2c2
|
[#5063] Improve DSLContext.batchStore() Javadoc
|
2016-09-22 18:17:15 +02:00 |
|
lukaseder
|
ee07ae3a85
|
[#5561] Log warnings when users misconfigure forceType / customType elements
|
2016-09-22 18:07:35 +02:00 |
|
lukaseder
|
666b8cb2ea
|
Better log level
|
2016-09-22 18:07:28 +02:00 |
|
lukaseder
|
ef542c9b3f
|
[#5562] Add org.jooq.Log, an API that can be implemented by loggers, such as JooqLogger
|
2016-09-22 16:30:35 +02:00 |
|
lukaseder
|
3b01cafd0a
|
[#5562] Add org.jooq.Log, an API that can be implemented by loggers, such as JooqLogger
|
2016-09-22 16:29:44 +02:00 |
|
lukaseder
|
092df7695d
|
[#5556] Cleaner...
|
2016-09-22 12:42:03 +02:00 |
|
lukaseder
|
cd1b76ad51
|
[#5556] Code generator should delete catalog and schema directories when no longer configured
|
2016-09-22 12:13:42 +02:00 |
|
lukaseder
|
1efb944322
|
[#4794] default catalog (if no catalogs configured) must contain schemas
|
2016-09-22 11:57:16 +02:00 |
|
lukaseder
|
631b91a16f
|
[#5557] Compilation error when generated catalog and one of its contained schemas have the same name
|
2016-09-21 12:46:50 +02:00 |
|
lukaseder
|
91a2f0eaf2
|
[#5559] Add missing documentation for the <catalogVersionProvider/> configuration element
|
2016-09-21 12:37:54 +02:00 |
|
lukaseder
|
112d7b8014
|
[#4794] Added documentation
|
2016-09-21 12:33:50 +02:00 |
|
lukaseder
|
7cc49dfece
|
[#4794] Add support for Catalog in code generation schema mapping
|
2016-09-21 12:22:08 +02:00 |
|
lukaseder
|
58459f1a09
|
[#5540] Bad predicate generated for INSERT .. ON DUPLICATE KEY IGNORE emulation in PostgreSQL 9.3 dialect
|
2016-09-20 15:23:44 +02:00 |
|
lukaseder
|
ff00f5aa0c
|
[#5545] Improve manual to explain Binding implementation in the context of static statements
|
2016-09-20 14:25:19 +02:00 |
|
lukaseder
|
093e0de85a
|
[#5547] Work around an ojdbc7 driver bug producing a NPE for Oracle 12c INSERT .. RETURNING statements
|
2016-09-20 13:51:44 +02:00 |
|
lukaseder
|
7f1196b961
|
[#5536] Missing reference to ResultQuery.fetchSize() in the manual
|
2016-09-08 16:54:00 +02:00 |
|
lukaseder
|
5a4a2162c9
|
[#5533] Mention the possibility of running SELECT * by keeping an empty select() field list
|
2016-09-07 17:55:16 +02:00 |
|
lukaseder
|
5976d70096
|
[#5524] Don't System.exit(-1) from within GenerationTool. Throw an exception instead
|
2016-09-06 15:19:01 +02:00 |
|
lukaseder
|
cae2a72614
|
[#5526] Add code generator flag to turn off generation of UDTs
|
2016-09-06 11:37:43 +02:00 |
|
lukaseder
|
ac5ec261be
|
[#5528] Add code generator flag to turn off generation of sequences
|
2016-09-06 11:12:44 +02:00 |
|