lukaseder
|
83fc7d7333
|
[#5899] jOOQ-checker should provide both checker-framework and ErrorProne checks
|
2019-02-14 12:17:44 +01:00 |
|
lukaseder
|
8f151a3d3b
|
[#6583] Work around MySQL's self-reference-in-DML-subquery restriction
|
2019-02-12 18:12:42 +01:00 |
|
lukaseder
|
14a73800eb
|
[#6583] Work around MySQL's self-reference-in-DML-subquery restriction
|
2019-02-12 18:06:10 +01:00 |
|
lukaseder
|
988142bc7b
|
[#8270] Wrong foreign key specification generated in MySQL, when foreign key shares name with unique key in different table
|
2019-02-12 15:41:47 +01:00 |
|
lukaseder
|
9927d9416b
|
[#8317] Improve manual railroad diagrams for repetitions with comma
|
2019-02-12 14:16:04 +01:00 |
|
lukaseder
|
c5f712a8f5
|
[#4473] Add ResultQuery<R1>.coerce(Field<?>[]), coerce(Table<R>), that coerce a new Record type on a ResultQuery
|
2019-02-12 11:51:39 +01:00 |
|
lukaseder
|
3c9180bd2c
|
Whitespace diff
|
2019-02-11 12:08:35 +01:00 |
|
lukaseder
|
ffc95955e9
|
[#8309] Add parser support for declaring multiple variables in one procedural statement
|
2019-02-07 16:40:05 +01:00 |
|
lukaseder
|
468783600d
|
[#8308] Support ALTER TABLE .. ADD with multiple columns in PostgreSQL
|
2019-02-07 14:58:57 +01:00 |
|
lukaseder
|
c922728cd5
|
[#6475] Maintain a variable scope stack to identify local variables in parser
|
2019-02-07 13:31:33 +01:00 |
|
lukaseder
|
f2179b1c57
|
[#6475] Added MySQL support
|
2019-02-06 17:39:23 +01:00 |
|
lukaseder
|
810091d800
|
[#6475] Added MariaDB support
|
2019-02-06 17:06:08 +01:00 |
|
lukaseder
|
4d2bbbe73c
|
[#6475] Added MariaDB support
|
2019-02-06 16:58:54 +01:00 |
|
lukaseder
|
d3dc0ac857
|
[#8302] Emulate procedural languages in H2
|
2019-02-06 15:32:01 +01:00 |
|
lukaseder
|
850c922da8
|
[#8290] Add Parser.parseStatements() to parse procedural code
|
2019-02-06 11:26:09 +01:00 |
|
lukaseder
|
9e40e28c13
|
[#8300] Support MODE() and MEDIAN() in H2
|
2019-02-06 10:43:59 +01:00 |
|
lukaseder
|
942fff54e6
|
[#8297] Support inverse distribution functions in H2
|
2019-02-06 10:10:48 +01:00 |
|
lukaseder
|
7a55222907
|
[#8298] Support hypothetical set functions in H2
|
2019-02-06 09:54:57 +01:00 |
|
lukaseder
|
b377a624ff
|
[#8299] Support FILTER clause on aggregate functions in H2
|
2019-02-06 09:37:27 +01:00 |
|
lukaseder
|
877983cad2
|
[#8295] RenderKeywordStyle.PASCAL doesn't work when keywords contain whitespace
|
2019-02-05 17:52:14 +01:00 |
|
lukaseder
|
aa85840872
|
[#8294] Added documentation
|
2019-02-05 17:51:22 +01:00 |
|
lukaseder
|
fc13913641
|
[#8294] Add interactive mode to ParserCLI
|
2019-02-05 17:35:24 +01:00 |
|
lukaseder
|
c2a5dc320f
|
[#7312] WIP
|
2019-02-05 16:28:02 +01:00 |
|
lukaseder
|
cbc2c677a1
|
[#8293] Wrong Javadoc on SelectQuery.addHaving(Operator, Condition...)
|
2019-02-05 14:55:35 +01:00 |
|
lukaseder
|
57fc2e252f
|
[#8293] Wrong Javadoc on SelectQuery.addHaving(Operator, Condition...)
|
2019-02-05 14:54:50 +01:00 |
|
lukaseder
|
498c2a4b11
|
[#8290] Add Parser.parseStatement() to parse procedural code
|
2019-02-05 12:19:53 +01:00 |
|
lukaseder
|
2ecd7600b0
|
[#8291] Create bug report / feature request / question issue templates
|
2019-02-05 12:00:29 +01:00 |
|
lukaseder
|
098fd6569e
|
[#8291] Create bug report / feature request / question issue templates
|
2019-02-05 11:59:27 +01:00 |
|
lukaseder
|
c8b946cdab
|
[#8291] Create bug report / feature request / question issue templates
|
2019-02-05 11:57:04 +01:00 |
|
lukaseder
|
f20eb42e79
|
[#8285] Add support for REPEAT statements in procedural blocks
|
2019-02-05 11:28:53 +01:00 |
|
lukaseder
|
3cb3a14ce1
|
[#8285] Add support for REPEAT statements in procedural blocks
|
2019-02-05 10:19:07 +01:00 |
|
lukaseder
|
9958df4f03
|
[#8287] Change message "Please report this bug here" for cases which are not bugs
|
2019-02-05 10:11:05 +01:00 |
|
lukaseder
|
ef6b165178
|
[#6475] Added support for DB2
|
2019-02-04 12:41:48 +01:00 |
|
lukaseder
|
f805586ff2
|
[#8281] PDF manual is missing content contained in <em> tags
|
2019-02-04 09:37:01 +01:00 |
|
lukaseder
|
4793a9c461
|
[#8275] Improve SQLite's CEIL and FLOOR emulation
|
2019-02-01 17:12:52 +01:00 |
|
lukaseder
|
1805a3cdd5
|
[#2132] Add support for quarter() in SQLite
|
2019-02-01 16:57:09 +01:00 |
|
lukaseder
|
0827914608
|
[#8265] ParamType not supported: FORCE_INDEXED when calling Query.getSQL()
|
2019-02-01 16:27:24 +01:00 |
|
lukaseder
|
af0b6c7a8e
|
[#8280] Add CTE support for SQLite
|
2019-02-01 16:09:00 +01:00 |
|
lukaseder
|
9033455512
|
[#8280] Add CTE support for SQLite
|
2019-02-01 16:01:27 +01:00 |
|
lukaseder
|
b6b28b1e6a
|
[#8279] Emulate inline window specifications based on other window definitions in SQLite
|
2019-02-01 15:19:13 +01:00 |
|
lukaseder
|
9fa671e6e8
|
[#8276] Add overloads CreateTableColumnStep.columns(Name...) and columns(String...)
|
2019-01-31 16:50:52 +01:00 |
|
lukaseder
|
ca46ecdc23
|
[#5309] [#7518] Ehm...
|
2019-01-31 16:35:04 +01:00 |
|
lukaseder
|
51759a6cee
|
[#5309] [#7518] Wrong parser implementation
|
2019-01-31 16:30:14 +01:00 |
|
lukaseder
|
d1e2abd1ab
|
[#5309] Emulate CTAS with column lists where not supported
|
2019-01-31 16:11:17 +01:00 |
|
lukaseder
|
0129d59318
|
[#5309] Emulate CTAS with column lists where not supported
|
2019-01-31 15:42:39 +01:00 |
|
lukaseder
|
05e49b2800
|
[#5309] [#7518] Add support for CREATE TABLE t(c1, c2, ..., cn) AS SELECT ...
|
2019-01-31 15:03:12 +01:00 |
|
lukaseder
|
98f0185681
|
[#8264] Expose new Settings.parseDialect in ParserCLI
|
2019-01-29 13:10:43 +01:00 |
|
lukaseder
|
2e1ffa3bc0
|
[#8264] Expose new Settings.parseDialect in ParserCLI
|
2019-01-29 13:01:06 +01:00 |
|
lukaseder
|
d3be7f3787
|
Minor parser fixes
|
2019-01-29 12:37:53 +01:00 |
|
lukaseder
|
a685d70ec5
|
[#7518] Support parsing ALTER TABLE .. ADD COLUMN IF NOT EXISTS
|
2019-01-29 12:21:00 +01:00 |
|