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 |
|
lukaseder
|
89d9ea5541
|
[#5525] Add code generator flag to turn off generation of tables
|
2016-09-04 22:12:56 +02:00 |
|
lukaseder
|
9f6ece2921
|
[#5527] Add code generator flag to turn off the generation of routines
|
2016-09-04 21:55:51 +02:00 |
|
lukaseder
|
be266d6e8c
|
Fix compile-time issue with generics
|
2016-09-04 21:23:08 +02:00 |
|
lukaseder
|
a7a4da6b7a
|
[#5521] Bad SQL generated for PostgreSQL when inlining arrays
|
2016-09-02 13:27:02 +02:00 |
|
lukaseder
|
1eb546a3a0
|
[#5522] Add support for derived column lists with unnest() operator
|
2016-09-02 12:29:55 +02:00 |
|
lukaseder
|
e64fe598d4
|
[#5518] Fixed compilation errors
|
2016-09-01 15:23:16 +02:00 |
|
lukaseder
|
0f645b2116
|
[#5518] Fixed compilation errors
|
2016-09-01 15:04:51 +02:00 |
|
lukaseder
|
54bea1442e
|
[#5518] Add inverse Type.xxx(Record) operations for Record.xxx(Type) methods
|
2016-09-01 14:48:04 +02:00 |
|
lukaseder
|
7f81e02b01
|
[#5517] Make JavaWriter.ref() methods public
|
2016-09-01 09:24:08 +02:00 |
|
lukaseder
|
2fd9612cfb
|
[#5509] Cannot combine INSERT .. SELECT .. RETURNING with an arbitrary number of columns
|
2016-08-24 15:07:39 +01:00 |
|
lukaseder
|
a3f33268b5
|
[#5509] Cannot combine INSERT .. SELECT .. RETURNING with an arbitrary number of columns
|
2016-08-24 08:46:12 +01:00 |
|
lukaseder
|
e75a7635ed
|
[#5508] Fixed Javadoc typo
|
2016-08-23 14:45:33 +01:00 |
|
lukaseder
|
a66cb7fe75
|
[#5508] Add Record.intoStream()
|
2016-08-23 09:01:35 +01:00 |
|
lukaseder
|
1b52a52be0
|
[#5501] Add Record.with(Field, T) for fluent setting of values on a Record
|
2016-08-18 16:19:21 +02:00 |
|
lukaseder
|
8eb73b4180
|
[#5393] Cannot apply Binding to PostgreSQL UDT arrays
|
2016-08-18 15:53:47 +02:00 |
|
lukaseder
|
be5a63cded
|
[#5488] Excess newline in formatted SELECT without FROM clause
|
2016-08-18 14:00:22 +02:00 |
|
lukaseder
|
1b04fb27d7
|
[#5494] Improve section of the manual explaining the plain SQL templating logic
|
2016-08-18 13:28:42 +02:00 |
|
lukaseder
|
a510224660
|
[#5495] NotSerializableException thrown when AbstractXMLasObjectBinding is applied on a column
|
2016-08-17 17:25:56 +02:00 |
|
lukaseder
|
4aa6d60fa3
|
Fix remaining references to BSD style header
|
2016-08-11 08:21:35 +02:00 |
|
lukaseder
|
4555a6d11f
|
[#5487] Add Table.as(String, BiFunction<? super Field<?>, ? super Integer, ? extends String>) to allow for "functional aliasing" (with column index)
|
2016-08-09 21:31:56 +02:00 |
|
lukaseder
|
b7e29ba99f
|
[#5486] Add DSLContext.with(String, Function<? super Field<?>, ? extends String>) where the Function receives Select columns as input
|
2016-08-09 20:47:10 +02:00 |
|
lukaseder
|
2ae927a489
|
[#5485] Add createView(String, Function<? super Field<?>, ? extends String>) where the Function receives Select columns as input
|
2016-08-09 18:29:55 +02:00 |
|
lukaseder
|
82e7466a66
|
[#5418] Add support for ALTER TABLE .. ADD CONSTRAINT .. USING INDEX (...)
|
2016-08-09 11:46:20 +02:00 |
|
lukaseder
|
4e82d12486
|
[#5413] Add support for Oracle's RATIO_TO_REPORT() analytic function
|
2016-08-09 11:35:42 +02:00 |
|