lukaseder
|
b2b174cc2d
|
[#8235] Improve Sakila database example scripts
|
2019-01-22 10:13:42 +01:00 |
|
lukaseder
|
1fbdf45b11
|
[#8042] ALTER TABLE .. RENAME TO .. should fully qualify tables if supported by the database
|
2019-01-21 12:57:36 +01:00 |
|
lukaseder
|
2771a378f7
|
[#8233] YearToSecond should be equal to YearToMonth or DayToSecond, if same interval is represented
|
2019-01-21 11:58:46 +01:00 |
|
lukaseder
|
126c8b496e
|
[#7518] Support parsing PostgreSQL interval literals
|
2019-01-21 11:06:26 +01:00 |
|
lukaseder
|
4eb6ff4b05
|
[#8232] Negative DayToSecond() intervals are not correctly normalised
|
2019-01-21 10:51:40 +01:00 |
|
lukaseder
|
add94df523
|
[#8231] Negative YearToMonth() intervals are not correctly normalised
|
2019-01-21 10:25:36 +01:00 |
|
Lukas Eder
|
4fd86b411e
|
Merge pull request #8222 from berngp/bugfix/parse-int-psql-date
Resolves 8221: StringIndexOutOfBoundsException parsing PSQL Timestamp
|
2019-01-15 22:05:43 +01:00 |
|
Bernardo Gomez Palacio
|
f59e48fd23
|
Resolves 8221: StringIndexOutOfBoundsException when parsing a PostgreSQL Timestamp
|
2019-01-15 10:51:57 -08:00 |
|
lukaseder
|
3217159669
|
Revert to H2 1.4.197
|
2019-01-14 14:14:01 +01:00 |
|
lukaseder
|
2c559672f3
|
Fixed OSS version
|
2019-01-14 13:10:48 +01:00 |
|
lukaseder
|
3f9cd17d34
|
[#8213] Move some DataKey values to a new BooleanDataKey enum
|
2019-01-14 11:43:21 +01:00 |
|
lukaseder
|
3d2d4f1226
|
[#8145] Fix compilation error in OSS edition
|
2019-01-11 17:31:09 +01:00 |
|
lukaseder
|
c457d7ef40
|
[#8210] Fix a variety of compiler warnings when building jOOQ
|
2019-01-11 17:30:27 +01:00 |
|
lukaseder
|
ac702a121f
|
[#8206] Add new Settings.inlineThreshold
|
2019-01-11 15:30:09 +01:00 |
|
lukaseder
|
ca1b59badc
|
[#8206] Add new Settings.inlineThreshold
|
2019-01-11 15:23:17 +01:00 |
|
lukaseder
|
7736f51a64
|
[#8203] ORA-01745 executing a SELECT * FROM WHERE column IN (large collection)
|
2019-01-11 14:57:20 +01:00 |
|
lukaseder
|
a4a142415b
|
[#8179] Revert some regressions
|
2019-01-11 12:27:38 +01:00 |
|
lukaseder
|
2852f5d8ca
|
[#6475] Added T-SQL support
|
2019-01-11 12:07:25 +01:00 |
|
lukaseder
|
e40d4c9649
|
[#6475] Added T-SQL support
|
2019-01-11 09:41:35 +01:00 |
|
lukaseder
|
fb48bfa0c7
|
[#8176] Add support for indexed FOR loops in procedural blocks
|
2019-01-10 15:58:41 +01:00 |
|
lukaseder
|
0484fcda81
|
[#8189] Add support for GOTO in procedural blocks
|
2019-01-10 14:24:03 +01:00 |
|
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 |
|