Commit Graph

7429 Commits

Author SHA1 Message Date
lukaseder
d7801fdef1 [#8197] Row[N].isDistinctFrom(T1, ..., TN) and others do not work correctly when passing null values 2019-01-10 14:13:57 +01:00
lukaseder
d24cbccf26 [#8197] Row[N].isDistinctFrom(T1, ..., TN) and others do not work correctly when passing null values 2019-01-10 14:04:14 +01:00
lukaseder
fd1179677d [#8188] Add support for labels in procedural blocks 2019-01-10 12:21:22 +01:00
lukaseder
2eb09a7247 Missing commit 2019-01-10 10:26:16 +01:00
lukaseder
4af621aea6 Forgotten commits 2019-01-08 16:59:02 +01:00
lukaseder
b2772d8cae [#8190] Remove private DSL.field(Row[N]) methods 2019-01-08 16:58:50 +01:00
lukaseder
844594134c [#8187] Add support for CONTINUE [ WHEN ] in procedural blocks 2019-01-08 16:39:27 +01:00
lukaseder
e5e1d22669 [#8175] Add support for LOOP in procedural blocks 2019-01-08 16:17:05 +01:00
lukaseder
e697ceeec5 [#8186] Add support for EXIT [ WHEN ] in procedural blocks 2019-01-08 15:58:29 +01:00
lukaseder
6b6a2ea602 [#8174] Add support for WHILE loops in procedural blocks 2019-01-08 15:46:04 +01:00
lukaseder
d6fb110901 [#8178] DefaultOffsetDateTimeBinding fails when year field is negative 2019-01-08 14:31:25 +01:00
lukaseder
59438de1d1 [#8181] Timezone Offset parser doesn't correctly parse offset seconds 2019-01-08 12:25:33 +01:00
lukaseder
27e6aebcc0 [#8179] Provide empty base implementation for QueryPartInternal.clauses() 2019-01-08 09:55:20 +01:00
lukaseder
1044ab4900 [#8173] SelectIntoStep.into() should return SelectFromStep, not SelectIntoStep 2019-01-07 12:46:24 +01:00
lukaseder
c7d1366438 [#8168] Add support for procedural blocks that do not generate BEGIN .. END 2019-01-07 12:20:31 +01:00
lukaseder
84c6f43630 [#8172] Document <includeIndexes/> in the manual 2019-01-07 12:08:00 +01:00
lukaseder
b80cb297ca [#8135] Add support for IF statements inside of statement blocks 2019-01-07 10:33:54 +01:00
lukaseder
a100420bd5 [#8135] Add support for IF statements inside of statement blocks 2019-01-07 10:33:42 +01:00
Lukas Eder
7e4163bf3e
Update CONTRIBUTING.md 2019-01-04 11:30:29 +01:00
lukaseder
ea5af2f9d6 [#8163] Deprecate synonym keywords and use suffix underscore instead 2019-01-04 09:54:07 +01:00
lukaseder
541dd6d245 [#7306] Added support for SELECT INTO 2019-01-04 09:54:04 +01:00
lukaseder
00d715e7a5 git commit -m 2019-01-03 16:09:32 +01:00
lukaseder
9f2447dcaf Release 3.11.9 2019-01-03 16:09:16 +01:00
lukaseder
81c84f27ba [#7305] [#7306] Basic support for procedural local variables 2019-01-03 14:49:16 +01:00
lukaseder
afbeef3b07 [#7305] [#7306] Basic support for procedural local variables
- [#7305] Add support for DECLARE statements inside of statement blocks
- [#7306] Add support for the SET command to assign values to variables
2019-01-03 14:46:45 +01:00
lukaseder
1fbc3fbd98 [#8158] ORA-38104 when using ON DUPLICATE KEY UPDATE in Oracle 2019-01-02 17:13:54 +01:00
lukaseder
73be2e2f10 [#8156] Wrong Javadoc on LoaderOptionsStep.onDuplicateKeyUpdate() 2019-01-02 15:38:48 +01:00
lukaseder
20d43aba97 [#8151] ClassCastException in ClobBinding when ConnectionProvider provides wrapped Connection 2019-01-02 14:18:37 +01:00
lukaseder
5cac33c9c0 [#8150] DefaultConfiguration is missing some JavaBeans setters 2019-01-02 12:44:32 +01:00
lukaseder
2af62dda17 [#8149] DefaultConfiguration.derive() does not correctly derive 2019-01-02 12:34:04 +01:00
lukaseder
bc6bc1479c [#8145] Add an UnwrapProvider SPI that allows for unwrapping underlying JDBC types through proprietary APIs 2019-01-02 12:22:14 +01:00
lukaseder
ba5077d200 [#8145] Add an UnwrapProvider SPI that allows for unwrapping underlying JDBC types through proprietary APIs 2019-01-02 12:09:53 +01:00
lukaseder
d556bf8036 [#8143] java.lang.NoSuchMethodException when calling setBinaryDouble on org.jboss.jca.adapters.jdbc.WrappedStatement 2018-12-27 16:12:56 +01:00
lukaseder
ebe400075f Release 3.11.8 2018-12-27 16:12:45 +01:00
lukaseder
83bfd238b6 [#6234] [#8138] Code generation whitespace configuration
- [#6234] Add newline configuration to code generator
- [#8138] Add indentation configuration to code generator
2018-12-21 11:21:25 +01:00
lukaseder
777c6b039f [#7518] Support parsing the SQL Server DATEPART() function 2018-12-19 12:30:53 +01:00
lukaseder
a0d5691d83 [#7518] Add support for SQL Server STDEVP(), STDEV() functions 2018-12-19 12:00:52 +01:00
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