lukaseder
|
af49efa6d7
|
[#7942] Excess SELECT statement run on UpdatableRecord.store(), insert(), update() on MySQL
|
2018-10-16 08:04:51 +02:00 |
|
lukaseder
|
e33e0e55ff
|
[#7930] Missing Support annotation on various DSL.val(), value(), inline() overloads
|
2018-10-11 17:49:21 +02:00 |
|
lukaseder
|
551c0d9f6b
|
[#7925] Make org.jooq.impl classes Iif and NullIf package-private
|
2018-10-11 16:40:03 +02:00 |
|
lukaseder
|
bf84314508
|
[#7924] Add a CompileOptions argument object to pass annotation processors and other things to Reflect.compile()
|
2018-10-11 14:04:45 +02:00 |
|
lukaseder
|
816ca6b5a8
|
[#5601] IN list padding setting should also apply to row IN predicates
|
2018-10-10 16:11:30 +02:00 |
|
lukaseder
|
ab42758592
|
[#5576] Add support for SQLite 3.15's row value expression support
|
2018-10-10 15:49:55 +02:00 |
|
lukaseder
|
f9009e109a
|
[#7296] Added fix for empty window specification emulations
|
2018-10-10 15:02:51 +02:00 |
|
lukaseder
|
cf27c9c80a
|
[#7518] Support parsing DML on views
|
2018-10-10 14:02:49 +02:00 |
|
lukaseder
|
b39439a490
|
[#3606] Emulate INSERT/UPDATE/DELETE (SELECT ...) by WITH v AS (SELECT ...) INSERT/UPDATE/DELETE v on SQL Server
|
2018-10-10 13:25:43 +02:00 |
|
lukaseder
|
91db9fa109
|
[#7882] Wrong implementation
|
2018-10-10 11:07:30 +02:00 |
|
lukaseder
|
0b7af62876
|
[#1535] Generate dummy ORDER BY clause for ranking functions on databases that require them
|
2018-10-09 17:51:38 +02:00 |
|
lukaseder
|
2d23b6424d
|
[#1725] [#7518] Add support for SQL standard SIMILAR TO predicate
|
2018-10-09 16:31:57 +02:00 |
|
lukaseder
|
cdba5086df
|
[#1725] Add support for SQL standard SIMILAR TO predicate
|
2018-10-09 16:23:24 +02:00 |
|
lukaseder
|
76fc879ab8
|
[#7920] Missing implementation of AbstractRecord.formatCSV()
|
2018-10-09 11:00:13 +02:00 |
|
lukaseder
|
a5ccd30ca6
|
[#7802] Record.formatCSV() should format nested records recursively
|
2018-10-09 10:55:11 +02:00 |
|
lukaseder
|
6f76dd4dd2
|
[#7918] Bad formatting of constraints in CREATE TABLE statements
|
2018-10-08 12:50:50 +02:00 |
|
lukaseder
|
8704370c23
|
Fixed Constants.XSD_CODEGEN
|
2018-10-08 12:50:41 +02:00 |
|
lukaseder
|
c1cf946f62
|
[#7914] Overload fetchXYZ(T, Collection<? extends Condition>) and fetchXYZ(T, Condition...)
|
2018-10-08 12:02:47 +02:00 |
|
lukaseder
|
17ec69fd78
|
[#7915] Added unit tests, fixed issue
|
2018-10-08 11:39:37 +02:00 |
|
lukaseder
|
5454f46111
|
[#7915] Add Query.poolable(boolean) to govern the JDBC Statement.setPoolable() behaviour
|
2018-10-08 11:36:12 +02:00 |
|
lukaseder
|
4bffbc4148
|
[#7865] Add support for SQLite window functions
|
2018-10-08 10:43:14 +02:00 |
|
lukaseder
|
a8690a2b46
|
[#7913] Add support for H2 standard MERGE statement
|
2018-10-03 15:49:02 +02:00 |
|
lukaseder
|
f2eea03c55
|
[#7909] ExecuteContext.sqlException(SQLException) should accept null
|
2018-10-02 11:58:09 +02:00 |
|
lukaseder
|
3d1d17ec7d
|
[#7906] Add support for H2 window functions - Support also GROUPS and EXCLUDE
|
2018-10-02 10:41:50 +02:00 |
|
Lukas Eder
|
de5241b4af
|
[#7518] [#7907] Support parsing vendor-specific RESPECT NULLS / IGNORE NULLS syntax
|
2018-10-01 12:00:47 +02:00 |
|
Lukas Eder
|
f3767bacb9
|
[#7906] Add support for H2 window functions
|
2018-10-01 11:27:10 +02:00 |
|
Lukas Eder
|
6fa285f687
|
[#6382] Fix Derby Support annotations
|
2018-09-26 16:53:14 +02:00 |
|
Lukas Eder
|
385c783482
|
[#7518] Support parsing UPDATE table [ [ AS ] alias ]
|
2018-09-26 13:36:33 +02:00 |
|
Lukas Eder
|
4832f1f084
|
[#7518] [#7902] Add parser support for negative numeric scales
|
2018-09-26 13:22:36 +02:00 |
|
Lukas Eder
|
8d85a7259a
|
[#7518] Add support for Oracle NUMBER(*) and NUMBER(*, scale) types
|
2018-09-26 12:40:58 +02:00 |
|
Lukas Eder
|
274904dca2
|
[#7518] Add parser support for DB2 interval arithmetic
|
2018-09-26 12:23:32 +02:00 |
|
Lukas Eder
|
403a7351d4
|
[#7518] Parse CURRENT DATE as a synonym for CURRENT_DATE. Same for TIME[STAMP]
|
2018-09-26 11:54:09 +02:00 |
|
Lukas Eder
|
809286d325
|
[#7518] Add support for parsing DATEDIFF(d1, d2)
|
2018-09-26 11:42:10 +02:00 |
|
Lukas Eder
|
dc523e4772
|
[#7518] ALTER TABLE .. MODIFY i [ NOT ] NULL (Oracle syntax of setting / dropping NOT NULL)
|
2018-09-26 11:24:07 +02:00 |
|
Lukas Eder
|
9c2a993020
|
[#7518] Support ALTER TABLE .. MODIFY ( ... ) (parenthesised modify clause)
|
2018-09-26 11:16:10 +02:00 |
|
Lukas Eder
|
9bcd1dd36d
|
[#7886] Parser doesn't correctly recognise Oracle MINUS operation
|
2018-09-24 11:19:12 +02:00 |
|
Lukas Eder
|
654792b256
|
[#5939] Handle zeros
|
2018-09-24 10:48:59 +02:00 |
|
Lukas Eder
|
5e892a8afa
|
[#7885] Add Table.rowid()
|
2018-09-24 09:29:22 +02:00 |
|
Lukas Eder
|
6164cedbd1
|
[#7839] Emulate { UPDATE | DELETE } ORDER BY and LIMIT
|
2018-09-21 14:49:12 +02:00 |
|
Lukas Eder
|
5c14d8026d
|
[#7878] Nested arrays with single element don't work as expected with H2
|
2018-09-21 14:11:45 +02:00 |
|
Lukas Eder
|
9eb2996f28
|
[#7882] Add Field.startsWithIgnoreCase() and Field.endsWithIgnoreCase()
|
2018-09-21 12:19:45 +02:00 |
|
Lukas Eder
|
27d96749bc
|
[#7879] Cannot ORDER BY null in Derby, when Field.sortAsc() has no parameters
|
2018-09-21 11:51:33 +02:00 |
|
Lukas Eder
|
1690f6d72c
|
[#7748] Added support for sequence flags in DERBY
|
2018-09-21 11:23:02 +02:00 |
|
Lukas Eder
|
78b1ef5051
|
[#5939] Added parser support
|
2018-09-20 19:37:28 +02:00 |
|
Lukas Eder
|
4eab72067e
|
[#5939] Added rounding error disclaimer
|
2018-09-20 19:32:04 +02:00 |
|
Lukas Eder
|
97d652e08b
|
[#5939] Add PRODUCT() aggregate and window function
|
2018-09-20 19:26:03 +02:00 |
|
Lukas Eder
|
f43dfec59a
|
[#7874] Fixed generated code
|
2018-09-20 12:22:32 +02:00 |
|
Lukas Eder
|
be6b14560e
|
[#7748] Add support for CREATE SEQUENCE flags in HSQLDB
|
2018-09-20 12:00:26 +02:00 |
|
Lukas Eder
|
5e2b01ff47
|
[#7873] Add HSQLDB support for Sequence.currval()
|
2018-09-20 11:46:53 +02:00 |
|
Lukas Eder
|
8724415b0e
|
[#6485] [#6978] Add support for TRANSLATE() function for H2
|
2018-09-20 11:31:37 +02:00 |
|