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 |
|
lukaseder
|
86718b6a81
|
[#5413] Add support for Oracle's RATIO_TO_REPORT() analytic function
|
2016-08-09 11:20:12 +02:00 |
|
lukaseder
|
c2c209581a
|
[#5483] Documentation of DSL#sql(String, QueryPart ...) does not mention parsing bind value placeholders (?)
|
2016-08-09 10:02:47 +02:00 |
|
lukaseder
|
a86a5f0c12
|
[#4512] Allow for renaming tables and columns using Function
|
2016-08-08 21:32:36 +02:00 |
|
lukaseder
|
7dc077af3d
|
[#5162] Use DSLContext.connection() in internal code, rather than calling ConnectionProvider.acquire() directly
|
2016-08-08 20:53:51 +02:00 |
|
lukaseder
|
0445186aa1
|
[#5389] Enhance DSLContext.fetchFromJSON() to support new formats
|
2016-08-08 16:27:25 +02:00 |
|
lukaseder
|
c342bc2c19
|
[#5460] Added support for constraints
|
2016-08-05 15:44:39 +02:00 |
|
lukaseder
|
4b71f10b33
|
[#5481] ResultImpl#intoMap produces an incorrect error message on duplicate key
|
2016-08-05 15:21:28 +02:00 |
|
lukaseder
|
5b87623936
|
[#5460] Support for exporting individual tables as well
|
2016-08-05 15:18:20 +02:00 |
|
lukaseder
|
83c5769168
|
[#5460] Convenience overloads
|
2016-08-05 14:55:57 +02:00 |
|
lukaseder
|
227c0c0777
|
[#5477] Proper pre-Java 7 resource handling
|
2016-08-05 13:59:25 +02:00 |
|
lukaseder
|
987ac77fbf
|
Document some recent DDL feature additions
|
2016-08-05 13:56:17 +02:00 |
|
lukaseder
|
6d263845c9
|
[#5477] Add <configurationFile> element to Maven code generation plugin, for external configuration
|
2016-08-05 13:56:04 +02:00 |
|
lukaseder
|
def7a55255
|
[#2684] Rename org.jooq.scala package to org.jooq.scalaextensions because of potential collisions with the scala package
|
2016-08-05 11:42:39 +02:00 |
|
lukaseder
|
821f381188
|
[#2684] Rename org.jooq.scala package to org.jooq.scalaextensions because of potential collisions with the scala package
|
2016-08-05 11:41:29 +02:00 |
|