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 |
|
lukaseder
|
8e89bf6c58
|
[#5437] Add support for loading the jooq-meta.xsd into org.jooq.Catalog / Schema / Table / etc.
|
2016-08-02 16:18:48 +02:00 |
|
lukaseder
|
c23cc2a024
|
[#5437] Support unique keys and primary keys
|
2016-07-29 15:52:17 +02:00 |
|
lukaseder
|
d624923cd3
|
[#5472] Still wrong
|
2016-07-29 14:26:40 +02:00 |
|
lukaseder
|
63dffd78a1
|
[#5472] Check needs to be done repeatedly
|
2016-07-29 11:59:03 +02:00 |
|
lukaseder
|
87c3146d38
|
[#5472] Handling this in jOOQ-meta is asking for trouble.
|
2016-07-29 11:44:58 +02:00 |
|
lukaseder
|
d3964da6b8
|
[#5472] Add <emptyCatalogs/> and <emptySchemas/> to the code generator configuration, to prevent generating of empty catalogs / schemas
|
2016-07-29 11:18:17 +02:00 |
|
lukaseder
|
6d0ff08ee1
|
[#5443] Document jOOQ 3.8 <forcedType/> configuration changes
|
2016-07-29 11:18:04 +02:00 |
|
lukaseder
|
0411917179
|
Dummy commit
|
2016-07-29 11:16:06 +02:00 |
|
lukaseder
|
a9fe3b522b
|
Dummy change in .travis.yml
|
2016-07-28 13:53:02 +02:00 |
|
lukaseder
|
ca28db6979
|
[#5449] Ooops. This shouldn't be closed source code.
|
2016-07-27 16:51:38 +02:00 |
|
lukaseder
|
668d9dd731
|
[#5467] Fixed regression and re-generated jOOQ-meta
|
2016-07-27 16:39:33 +02:00 |
|
lukaseder
|
e22561a48b
|
Fixed manual about jOOQ 3.8 supporting Oracle's UPDATE .. RETURNING emulation
|
2016-07-27 16:39:17 +02:00 |
|
lukaseder
|
da5f74eb3f
|
[#5460] Add DSLContext.informationSchema(Catalog) and informationSchema(Schema) to export jooq-meta.xsd format
|
2016-07-25 18:08:06 +02:00 |
|
lukaseder
|
c8d04634bb
|
[#5467] Add Sequence.getCatalog() and Table.getCatalog() for convenience
|
2016-07-25 17:50:18 +02:00 |
|
lukaseder
|
cbb671994f
|
[#5464] Wrong @Support annotations on DSL.sequence() constructors
|
2016-07-25 17:27:45 +02:00 |
|
lukaseder
|
601f11d011
|
[#5463] Add org.jooq.Meta.getSequences()
|
2016-07-25 17:23:28 +02:00 |
|