lukaseder
|
cedf0b4f53
|
[#5085] Added H2 annotation
|
2016-12-22 11:58:01 +01:00 |
|
lukaseder
|
56e93ff020
|
Upgraded H2 JDBC driver version
|
2016-12-22 11:51:41 +01:00 |
|
lukaseder
|
8b16b8c996
|
[#5279] Added H2 @Support
|
2016-12-22 11:34:18 +01:00 |
|
lukaseder
|
56acc57d89
|
[#5721] jooq-codegen.xsd wrongly makes forcedType/name a mandatory element
|
2016-12-22 09:21:28 +01:00 |
|
lukaseder
|
5c7ef38264
|
[#5717] CREATE SEQUENCE doesn't work in Derby, SQL Server, when names aren't quoted
|
2016-12-20 18:02:03 +01:00 |
|
lukaseder
|
d4dde9bb40
|
[#5715] ArrayIndexOutOfBoundsException when fetching an unnamed column from SQL Server with plain SQL
|
2016-12-20 17:40:12 +01:00 |
|
lukaseder
|
6df93ecc58
|
[#4919] SQL Server doesn't allow full qualification of columns
|
2016-12-20 17:17:44 +01:00 |
|
lukaseder
|
bd0c184e0f
|
[#4429] Add <javaTimeTypes/> to code generator configuration to generate Java 8 java.time types instead of java.sql types
|
2016-12-20 17:03:32 +01:00 |
|
lukaseder
|
57e8d25939
|
[#3943] Custom Bindings cannot be applied on record version or timestamp columns
|
2016-12-20 16:37:52 +01:00 |
|
lukaseder
|
a8616f9abd
|
[#5699] Add support for PostgreSQL ON CONFLICT .. DO NOTHING
|
2016-12-20 12:07:56 +01:00 |
|
Lukas Eder
|
593944d290
|
Merge pull request #5702 from fleroy84/fix/5699
[#5699] Specify field for instruction "on conflict … do ignore"
|
2016-12-20 11:34:33 +01:00 |
|
lukaseder
|
f5fc9913b5
|
[#4919] Fix implementation, open it up for PostgreSQL, too
|
2016-12-20 10:54:58 +01:00 |
|
lukaseder
|
ce28fe258d
|
[#2303] Fix ParserImpl for jOOQ OSS Edition
|
2016-12-20 10:46:12 +01:00 |
|
lukaseder
|
5fcad47ed2
|
[#5708] Function delegates window RANGE calls to ROWS
|
2016-12-20 10:00:58 +01:00 |
|
lukaseder
|
7c62d5c8d4
|
[#2303] Open up ParserImpl
|
2016-12-20 09:52:40 +01:00 |
|
lukaseder
|
ad90e64e90
|
[#5388] Added an issue reference for this TODO
|
2016-12-20 09:42:28 +01:00 |
|
lukaseder
|
7e0e27151a
|
[#2303] Fix OSS Edition compilation error
|
2016-12-20 09:39:21 +01:00 |
|
lukaseder
|
2b384d34d5
|
[#2303] Open up the feature to the OSS version, too
|
2016-12-16 17:45:09 +01:00 |
|
lukaseder
|
7f5f4ddfee
|
[#5062] Add support for IDENTITY columns in CREATE TABLE statements
|
2016-12-16 16:45:08 +01:00 |
|
lukaseder
|
78d23a3111
|
[#5709] IDENTITY implies NOT NULL and not defaulted
|
2016-12-16 16:41:10 +01:00 |
|
lukaseder
|
544b676e76
|
[#5709] Add a DataType.identity() flag to specify that a data type is meant to be used as a SERIAL / IDENTITY type
|
2016-12-16 15:48:53 +01:00 |
|
lukaseder
|
8c68d946ec
|
[#5639] MockFileDatabase ignores erroneous rows specification
|
2016-12-16 15:23:13 +01:00 |
|
lukaseder
|
6ad6a35cd6
|
Better logging of "Forcing type" message
|
2016-12-15 10:27:17 +01:00 |
|
lukaseder
|
e870b353d2
|
[#5697] NPE regression
|
2016-12-14 13:27:48 +01:00 |
|
lukaseder
|
9009fc5ad6
|
[#5084] Add support also for Oracle
|
2016-12-14 13:22:33 +01:00 |
|
lukaseder
|
118aca6b49
|
[#5083] Add support also for Oracle
|
2016-12-14 13:04:06 +01:00 |
|
lukaseder
|
b3a086a7a8
|
[#5704] Escape HTML characters in generated JavaDoc
|
2016-12-14 12:08:12 +01:00 |
|
lukaseder
|
7161dc4877
|
[#5704] Escape HTML characters in generated JavaDoc
|
2016-12-14 12:05:42 +01:00 |
|
Fabrice Le Roy
|
134919e65e
|
Allow to specify fields for "on conflict" postgres instruction in case of "do nothing"
|
2016-12-09 16:06:48 +01:00 |
|
lukaseder
|
43cdb9b51a
|
[#5681] Add MockFileDatabase.nullLiteral() allowing to override the null literal in DSLContext.fetchFromTXT()
|
2016-12-09 13:45:40 +01:00 |
|
lukaseder
|
180ca47ecf
|
[#5701] Work around PostgreSQL's limit of 32767 bind variables per statement
|
2016-12-08 21:30:26 +02:00 |
|
lukaseder
|
27dbfbc7ad
|
Clear distinction between plugin / MarkupBuilder
|
2016-12-06 22:47:36 +02:00 |
|
lukaseder
|
1ffc02e57f
|
Re-add documentation explaining how MarkupBuilder can be used in Gradle
|
2016-12-06 21:32:22 +02:00 |
|
lukaseder
|
e226b8e61e
|
Make all PKs in Sakila NONCLUSTERED
|
2016-12-04 12:11:23 +01:00 |
|
lukaseder
|
377bc6e978
|
[#5690] Document that only the Open Source Edition is hosted on Maven Central
|
2016-12-02 13:58:35 +01:00 |
|
lukaseder
|
1c493fbb19
|
[#5094] StatementType.STATIC_STATEMENT is not applied to DSLContext.render(QueryPart)
|
2016-11-18 17:36:56 +01:00 |
|
lukaseder
|
7e186047b6
|
[#3315] Add code generation hooks to override Record, Pojo, and Interface getters and setters
|
2016-11-18 17:03:18 +01:00 |
|
lukaseder
|
0314060fac
|
[#3906] Allow for customising generated file headers
|
2016-11-18 16:17:25 +01:00 |
|
lukaseder
|
83accf8ae0
|
Disclaim any support for third party plugin
|
2016-11-17 07:46:11 +01:00 |
|
lukaseder
|
94d598648e
|
[#5664] Implement DefaultBinding.toString()
|
2016-11-11 18:01:56 +01:00 |
|
lukaseder
|
5110e75e02
|
[#4965] DateTimeParseException when parsing "lenient" OffsetDateTime format
|
2016-11-11 17:54:55 +01:00 |
|
lukaseder
|
b609736fa4
|
[#5659] Add clarification to OFFSET[DATE]TIME Javadoc that the behaviour is defined by the JDBC driver/database
|
2016-11-11 17:36:37 +01:00 |
|
lukaseder
|
230d7d3ecc
|
[#5657] Added more Scope Javadoc
|
2016-11-11 15:39:56 +01:00 |
|
lukaseder
|
cdb0423942
|
[#5649] Trailing comma from ScalaGenerator when using schemaVersionProvider
|
2016-11-07 13:28:18 +01:00 |
|
lukaseder
|
9727b93595
|
Added missing [java-8] marker
|
2016-11-06 12:42:54 +01:00 |
|
lukaseder
|
241c1baede
|
[#5646] Add DSL.trunc(LocalDate) etc.
|
2016-11-06 12:37:00 +01:00 |
|
lukaseder
|
16beee9472
|
[#5647] Add DSL.extract(Temporal) etc.
|
2016-11-06 12:32:55 +01:00 |
|
lukaseder
|
45ea0e974a
|
[#5648] Add DSL.toLocalDate() and toLocalDateTime()
|
2016-11-06 12:23:09 +01:00 |
|
lukaseder
|
c4e067f7d1
|
[#5643] Add DSL.currentLocalDate(), currentLocalTime(), currentLocalDateTime(), currentOffsetTime(), currentOffsetDateTime()
|
2016-11-06 12:00:24 +01:00 |
|
lukaseder
|
86c2a6ea3c
|
[#5644] DSL.currentDate() produces column name current_user
|
2016-11-06 11:42:21 +01:00 |
|