lukaseder
|
751b20ea51
|
[#6109] Prefer Java 8 syntax (method references, lambda expressions) in manual example
|
2017-04-20 16:08:36 +02:00 |
|
lukaseder
|
6170e7ba73
|
[#6110] Broken code in docs
|
2017-04-20 15:59:27 +02:00 |
|
lukaseder
|
43fe58b187
|
[#4856] Simplified unionParenthesis logic
|
2017-04-20 12:35:25 +02:00 |
|
lukaseder
|
6811484f8b
|
[#6108] Add PostgresDSL.arrayOverlap()
|
2017-04-20 11:33:52 +02:00 |
|
lukaseder
|
de1e0c763f
|
[#6069] Bad Javadoc on Catalog.getName()
|
2017-04-19 20:23:09 +02:00 |
|
lukaseder
|
ec3d87a712
|
[#6077] Replace usage of String.split() by Pattern.split()
|
2017-04-19 20:20:43 +02:00 |
|
lukaseder
|
fd14cfc041
|
[#6106] Bad formatting when combining constraints in CREATE TABLE statement
|
2017-04-19 16:27:24 +02:00 |
|
lukaseder
|
93b9ff7fc1
|
[#5955] Improved error messages
|
2017-04-19 16:02:18 +02:00 |
|
lukaseder
|
ea75cfca5f
|
[#5997] Field.as(Field) and Table.as(Table) should retain quotation flag from Name
|
2017-04-19 14:43:58 +02:00 |
|
lukaseder
|
37b16cbe32
|
[#6105] Add Name { Field | Table | Schema | Catalog }.getUnqualifiedName()
|
2017-04-19 14:20:28 +02:00 |
|
lukaseder
|
37654f4335
|
[#6000] Add TableImpl.rename(Name)
|
2017-04-19 14:12:42 +02:00 |
|
lukaseder
|
74c19a4273
|
[#6104] Improve VALUES constructor formatting
|
2017-04-19 11:33:40 +02:00 |
|
lukaseder
|
0f8000eddc
|
[#6103] Excess whitespace in formatted MySQL WITH ROLLUP clause
|
2017-04-19 11:03:29 +02:00 |
|
lukaseder
|
d878dda6eb
|
[#5955] Support PIVOT
|
2017-04-18 20:01:42 +02:00 |
|
lukaseder
|
bd5ebd83b8
|
[#5955] Support flashback query
|
2017-04-18 19:11:17 +02:00 |
|
lukaseder
|
31a4266db4
|
[#5955] PARTITION-ed OUTER JOIN only supported in Oracle
|
2017-04-18 09:00:16 +02:00 |
|
lukaseder
|
794aa02cb2
|
[#5955] Support .. OUTER JOIN .. PARTITION BY
|
2017-04-17 23:24:54 +02:00 |
|
lukaseder
|
c0882551eb
|
[#5955] PostgreSQL cast operator ::
|
2017-04-17 22:52:26 +02:00 |
|
lukaseder
|
56f66b3b3e
|
[#5955] Put unary sign operators at right precedence level
|
2017-04-17 22:45:26 +02:00 |
|
lukaseder
|
17293ce8e5
|
[#5955] Support exponentiation operator
|
2017-04-17 22:28:01 +02:00 |
|
lukaseder
|
413cfae257
|
[#6093] Add Field.pow[er](Field)
|
2017-04-17 22:25:22 +02:00 |
|
lukaseder
|
c2db4f46c3
|
[#5955] Support LISTAGG
|
2017-04-17 22:06:48 +02:00 |
|
lukaseder
|
37214a211d
|
[#5955] Support INSERT .. ON DUPLICATE KEY and ON CONFLICT clauses
|
2017-04-17 19:05:56 +02:00 |
|
lukaseder
|
bea5354283
|
[#6088] InsertSetStep.select() should return InsertOnDuplicateStep
|
2017-04-17 18:44:06 +02:00 |
|
lukaseder
|
65453a5158
|
[#5955] Fixed some warnings
|
2017-04-17 18:39:51 +02:00 |
|
lukaseder
|
82ca21d509
|
[#2123] Cannot combine INSERT .. RETURNING with INSERT .. ON DUPLICATE KEY .. due to DSL API flaw
|
2017-04-17 18:34:27 +02:00 |
|
lukaseder
|
34d16b48f4
|
[#6083] Cannot combine INSERT .. DEFAULT VALUES with ON DUPLICATE / ON CONFLICT
|
2017-04-17 18:16:55 +02:00 |
|
lukaseder
|
1bef9d4791
|
[#5955] Oracle doubly parenthesised ROW expressions
|
2017-04-17 17:45:12 +02:00 |
|
lukaseder
|
c249962e08
|
[#5955] Fix CAST expression
|
2017-04-17 16:42:40 +02:00 |
|
lukaseder
|
c848fbfdff
|
[#6087] Make ParserException public
|
2017-04-17 16:29:13 +02:00 |
|
lukaseder
|
8efdd9ba22
|
[#5955] Reduce visibility of all methods
|
2017-04-17 16:20:06 +02:00 |
|
lukaseder
|
02e83947c6
|
[#6086] Add Row Parser.parseRow(String)
|
2017-04-17 16:09:31 +02:00 |
|
lukaseder
|
9c75ffdddb
|
[#6085] Bad Javadoc on DeleteResultStep
|
2017-04-16 11:58:52 +02:00 |
|
lukaseder
|
60da2df8d0
|
[#6084] Let { Update | Delete }ReturningStep extend { Update | Delete }FinalStep
|
2017-04-16 11:56:24 +02:00 |
|
lukaseder
|
6a568cf252
|
[#5955] Support DELETE .. RETURNING and UPDATE .. RETURNING
|
2017-04-16 11:52:39 +02:00 |
|
lukaseder
|
8203424279
|
[#5955] Support INSERT .. RETURNING
|
2017-04-16 11:36:53 +02:00 |
|
lukaseder
|
24a2471a02
|
[#5955] Support OVERLAPS predicate
|
2017-04-16 11:17:34 +02:00 |
|
lukaseder
|
fdfbda7222
|
[#5955] Enforce degree of IN lists and SELECT with ROW or UNION
|
2017-04-16 00:19:15 +02:00 |
|
lukaseder
|
8063453005
|
[#5955] Work around some unnecessary null warnings
|
2017-04-15 22:59:59 +02:00 |
|
lukaseder
|
d94b3e75b4
|
[#5955] ROW constructors in predicates
|
2017-04-15 22:53:38 +02:00 |
|
lukaseder
|
3d20a04e42
|
[#5955] Parse Condition and Field as same thing
|
2017-04-15 22:13:31 +02:00 |
|
lukaseder
|
425209420e
|
[#6082] Fixed visibility
|
2017-04-15 22:11:37 +02:00 |
|
lukaseder
|
090df451e4
|
[#6082] DSL.condition(Field) and field(Condition) should unwrap previously wrapped QueryPart
|
2017-04-15 22:07:37 +02:00 |
|
lukaseder
|
bfe01aef8d
|
[#5955] Support ROW constructors in predicates (WIP)
|
2017-04-15 21:09:12 +02:00 |
|
lukaseder
|
fac75b73f3
|
[#5955] KEEP only supported in Oracle
|
2017-04-14 13:36:53 +02:00 |
|
lukaseder
|
c57e7b8faf
|
[#5955] <table reference> only for qualified joins
|
2017-04-14 13:34:57 +02:00 |
|
lukaseder
|
e751f3b2f1
|
[#6079] Add JoinType.qualified()
|
2017-04-14 13:32:52 +02:00 |
|
lukaseder
|
fc35eb7f54
|
[#5955] Support KEEP
|
2017-04-14 13:23:59 +02:00 |
|
lukaseder
|
0cc408f44e
|
[#5955] Right side of JOIN is a <table reference> not a <table factor>
|
2017-04-14 13:00:58 +02:00 |
|
lukaseder
|
e41bc31713
|
[#5955] Support trailing ; in Queries
|
2017-04-13 15:31:39 +02:00 |
|