lukaseder
25d450c83e
[ #7518 ] Added support for additional interval syntax
2018-12-18 15:44:24 +01:00
lukaseder
fbc8f05336
[ #7518 ] Support parsing CROSS JOIN [ ON | USING ]
2018-12-18 13:07:00 +01:00
lukaseder
af2c447bfe
[ #8128 ] [ #8131 ] returningResult() problems
...
- [#8128 ] returningResult() returns generated record type when returning only the identity
- [#8131 ] ClassCastException in H2 when calling returningResult() to fetch an identity when the generated record does not implement Record1
2018-12-18 11:20:16 +01:00
lukaseder
ac70491949
[ #8123 ] java.lang.ClassCastException: java.base/java.lang.String cannot be cast to java.base/java.util.UUID when using UUID types with MockFileDatabase
2018-12-17 12:52:28 +01:00
lukaseder
0568a5a361
[ #8124 ] Support regular expressions in MockFileDatabase
2018-12-17 12:49:12 +01:00
lukaseder
0ed550461e
[ #8124 ] [ #8125 ] [ #8126 ] MockFileDatabase improvements
...
- [#8124 ] Support regular expressions in MockFileDatabase
- [#8125 ] Incorrect implementation of MockFileDatabase.nullLiteral()
- [#8126 ] Add an external MockFileDatabaseConfiguration object
2018-12-17 12:40:52 +01:00
lukaseder
910c1c5386
[ #8086 ] Avoid edge cases with concatenation of File.separator
2018-12-17 10:37:48 +01:00
lukaseder
f24e629155
[ #8086 ] Resolve relative paths in target directory in Maven plugin
2018-12-14 16:24:26 +01:00
lukaseder
4c7d404016
[ #7641 ] java.lang.NoSuchMethodException when calling createARRAY on JBoss WrappedConnectionJDK8
2018-12-14 15:35:30 +01:00
lukaseder
d7cbbee8fe
[ #5966 ] Add support for NATURAL FULL [ OUTER ] JOIN
2018-12-14 15:08:31 +01:00
lukaseder
649867c30f
[ #6260 ] Support loading multiple files in XMLDatabase
2018-12-14 14:20:03 +01:00
lukaseder
f191c12d9e
[ #8118 ] NullPointerException in XMLDatabase, when no schemas could be loaded
2018-12-14 13:03:05 +01:00
lukaseder
df54d660f4
[ #6260 ] Support loading multiple files in XMLDatabase
2018-12-14 12:52:15 +01:00
lukaseder
89f79d5f47
[ #8116 ] XMLDatabase should not distinguish between empty catalog and absent catalog
2018-12-14 11:05:42 +01:00
lukaseder
0e33d07200
[ #8115 ] XMLDatabase configuration properties should be in camel case for consistency
2018-12-14 10:57:39 +01:00
lukaseder
e15607ea1d
[ #8115 ] XMLDatabase configuration properties should be in camel case for consistency
2018-12-14 10:55:31 +01:00
lukaseder
25e86d05bf
Revert [ #6282 ] Emulate MySQL's STRAIGHT_JOIN in Oracle using /*+LEADING*/ hint
2018-12-14 10:00:53 +01:00
lukaseder
f5c161c4a4
[ #6282 ] Emulate MySQL's STRAIGHT_JOIN in Oracle using /*+LEADING*/ hint
2018-12-12 17:30:53 +01:00
lukaseder
fd40b5a90c
[ #6548 ] Support multiple external configuration files through <configurationFiles/>
2018-12-12 16:41:57 +01:00
lukaseder
618824e6e6
[ #6548 ] Support multiple external configuration files through <configurationFiles/>
2018-12-12 16:20:55 +01:00
lukaseder
731cf6da14
[ #8113 ] Cannot call MockStatement.getGeneratedKeys()
2018-12-12 12:27:44 +01:00
lukaseder
5fe4508538
[ #8113 ] Cannot call MockStatement.getGeneratedKeys()
2018-12-12 12:03:51 +01:00
lukaseder
9a0b121756
[ #8110 ] Embedded UNIQUE INDEX specification in CREATE TABLE statement does not get generated
2018-12-11 16:40:48 +01:00
lukaseder
b06cd5f5d0
[ #7268 ] Add support for MySQL's UNIQUE [ index_name ] syntax
2018-12-11 16:30:49 +01:00
lukaseder
928175ed41
Added JPA CriteriaQuery documentation page
2018-12-11 15:36:42 +01:00
lukaseder
aefd551690
[ #8108 ] Add a CriteriaQuery vs jOOQ Exampl
2018-12-11 15:10:34 +01:00
lukaseder
c74ec4414b
[ #8109 ] Add org.jooq.tools.jdbc.LoggingConnection
2018-12-11 15:08:21 +01:00
lukaseder
44c9cc7d46
[ #7612 ] Add configuration to DDLDatabase to indicate whether unquoted names are reported in lower case, upper case or as-is
2018-12-11 12:36:07 +01:00
lukaseder
8aacd73c76
[ #8107 ] Add Name.Quoted Name.quoted()
2018-12-11 12:00:45 +01:00
lukaseder
55347e83c4
[ #8103 ] Add RenderQuotedNames.EXPLICIT_DEFAULT_QUOTED and EXPLICIT_DEFAULT_UNQUOTED
2018-12-11 11:08:05 +01:00
lukaseder
5e780aad31
[ #8102 ] Add RenderNameCase.LOWER_IF_UNQUOTED and UPPER_IF_UNQUOTED
2018-12-10 12:45:42 +01:00
lukaseder
5616d60e93
[ #7337 ] [ #7518 ] Add Settings.parseDialect
2018-12-10 11:42:46 +01:00
lukaseder
bf57c69042
[ #7337 ] [ #7518 ] Add Settings.parseDialect
2018-12-10 11:31:41 +01:00
lukaseder
b0960b98fb
[ #7810 ] Add DSL.rowField(RowN)
2018-12-10 10:52:58 +01:00
lukaseder
57e32cb63e
[ #8090 ] Added ElementTypes and UDT type descriptor to SnformationSchema
2018-12-10 10:40:40 +01:00
lukaseder
27468f05fe
[ #8096 ] Manual page about ParserCLI uses wrong classpath
2018-12-07 13:32:45 +01:00
lukaseder
8085ca66af
[ #8093 ] Add support for result less statements in MockFileDatabase
2018-12-07 10:40:12 +01:00
lukaseder
2af798aae1
[ #8087 ] Add support for overloaded functions in H2
2018-12-05 13:08:20 +01:00
lukaseder
add8767a68
[ #5215 ] Companion object for routine classes generated by ScalaGenerator cause java.lang.IllegalAccessError at runtime
2018-12-05 11:50:09 +01:00
lukaseder
0092d91acf
[ #8076 ] Allow for chaining DataType.asConvertedDataType(Converter) calls
2018-12-03 16:12:19 +01:00
lukaseder
6d415a8d76
[ #8083 ] Add Interval.toDuration()
2018-12-03 14:30:33 +01:00
lukaseder
a6a23970ce
[ #7489 ] Datetime arithmetic generates bind values when input uses inline values
2018-11-30 15:29:10 +01:00
lukaseder
2c27777fd4
[ #8077 ] Various adaptations of jOOQ's internals to support YearToSecond
2018-11-30 14:48:16 +01:00
lukaseder
422832ec21
[ #8077 ] Add org.jooq.types.YearToSecond to support PostgreSQL mixed interval values
2018-11-30 13:34:22 +01:00
lukaseder
4cb0990735
[ #7470 ] Add indexOf() methods to all TableLike types
2018-11-28 15:45:03 +01:00
lukaseder
9b50c5d4c4
[ #7518 ] TOP (n) in SQL Server
2018-11-28 14:27:04 +01:00
lukaseder
48cb8da5f1
[ #7518 ] Bitwise shifting operators >> and <<
2018-11-28 14:13:08 +01:00
lukaseder
9c0a38173a
[ #7518 ] Support Oracle ^= not equals operator
2018-11-28 13:44:17 +01:00
lukaseder
12a5a26fd2
[ #7680 ] Allow for overriding the order of generated import statements
2018-11-28 12:25:41 +01:00
lukaseder
0b2c2cbad9
[ #6778 ] Prefer O(N) implementation rather than O(n^2)
2018-11-28 11:44:30 +01:00