Lukas Eder
|
f22d93f52b
|
Merge pull request #7321 from xaibeha/xaibeha-patch-1
Make visiting a window actually conditional on its nullity.
|
2018-03-16 21:45:05 +01:00 |
|
Bernd Haug
|
bdf520010e
|
Make visiting a window conditional on its nullity.
|
2018-03-16 14:56:53 +01:00 |
|
lukaseder
|
cba7839d6a
|
[#7269] Expose Parser as a CLI tool
|
2018-03-15 17:55:29 +01:00 |
|
lukaseder
|
7553f2396d
|
[#7315] SQLDataType.CLOB translates to TINYTEXT rather than TEXT in MySQL
|
2018-03-15 16:41:03 +01:00 |
|
lukaseder
|
8b501a9236
|
[#7171] Improved error message when statement batch fails to parse
|
2018-03-15 13:07:32 +01:00 |
|
lukaseder
|
91a5139acb
|
[#7171] Add support for parsing SEEK
|
2018-03-15 12:49:16 +01:00 |
|
lukaseder
|
c5f1c85f27
|
[#7171] Support parsing T-SQL outer join to Oracle (+)
|
2018-03-15 11:55:05 +01:00 |
|
lukaseder
|
eca6e25081
|
[#7303] Nondeterministic ordering in generated schemas in PostgreSQL
|
2018-03-15 10:42:54 +01:00 |
|
lukaseder
|
b647b9167f
|
[#7299] Missing whitespace between USING and (
|
2018-03-14 18:06:00 +01:00 |
|
lukaseder
|
2edf86ec94
|
[#7171] Add support for Oracle VARCHAR2(n { CHAR | BYTE })
|
2018-03-14 17:40:37 +01:00 |
|
lukaseder
|
e8c6ab7ef9
|
[#7171] Parser improvements:
- Prevent unnecessary StringBuilder allocations
- Prevent unnecessary ArrayList allocations
- Avoid repetitive calls to some methods
|
2018-03-14 17:11:23 +01:00 |
|
lukaseder
|
4b44f8a8ab
|
[#7171] [#7298] Internal Tools.peek() methods should not operate on strings, but on char[]
|
2018-03-14 17:10:19 +01:00 |
|
lukaseder
|
f9d46cfce2
|
[#7171] Call parseWhitespaceIf() after parsing tokens, not before
|
2018-03-14 15:51:55 +01:00 |
|
lukaseder
|
e15968091d
|
[#7171] [#7292] Add support for parsing TO_CHAR()
|
2018-03-14 12:14:52 +01:00 |
|
lukaseder
|
1c220d75d0
|
[#7171] Fix unions in correlated subqueries
|
2018-03-14 12:09:42 +01:00 |
|
lukaseder
|
029e4b251b
|
[#7171] Add support for parsing the WINDOW clause
|
2018-03-14 10:26:04 +01:00 |
|
lukaseder
|
03264b6e9a
|
[#7296] Add Name.as() to create empty window specifications
|
2018-03-14 10:02:33 +01:00 |
|
lukaseder
|
264067a82e
|
[#7171] LIMIT / FETCH etc shouldn't parse an DSL.inline() param, but a constant
|
2018-03-13 14:59:00 +01:00 |
|
lukaseder
|
d92faaf9f6
|
[#7171] Support parsing qualified target table names in ALTER TABLE .. RENAME TO
|
2018-03-13 13:01:39 +01:00 |
|
lukaseder
|
218e4a8bf8
|
[#7171] Better error message when encountering an unknown function
|
2018-03-13 12:38:18 +01:00 |
|
lukaseder
|
ec129e1ec7
|
[#7171] [#7276] Add support for SQL Server's CHOOSE() function
|
2018-03-13 12:29:43 +01:00 |
|
lukaseder
|
78f23b24eb
|
[#7171] [#7286] Add CREATE OR REPLACE VIEW
|
2018-03-13 11:49:03 +01:00 |
|
lukaseder
|
d10c251ea4
|
[#3045] Fixed regression
|
2018-03-13 10:56:04 +01:00 |
|
lukaseder
|
840a47529d
|
[#7171] Support parsing the PostgreSQL SERIAL2 data type alia
|
2018-03-13 10:41:17 +01:00 |
|
lukaseder
|
de8efe0430
|
[#7171] [#7288] Add DSL.count(SelectFieldOrAsterisk) and countDistinct(SelectFieldOrAsterisk)
|
2018-03-13 10:33:29 +01:00 |
|
lukaseder
|
ec42a92708
|
[#7270] Generating JOOQ-classes for CockroachDB fails when using PostgreSQLDatabase
|
2018-03-13 09:50:08 +01:00 |
|
lukaseder
|
6b941eda98
|
[#3045] DSL.groupConcat() without orderBy() is incorrectly emulated for Oracle
|
2018-03-13 09:48:58 +01:00 |
|
lukaseder
|
d9328672d6
|
[#7270] Generating JOOQ-classes for CockroachDB fails when using PostgreSQLDatabase
|
2018-03-12 13:07:57 +01:00 |
|
lukaseder
|
90a3c45b92
|
[#7282] Oracle LIMIT always generates OFFSET clause, even if not required
|
2018-03-12 12:27:51 +01:00 |
|
lukaseder
|
180c4cb778
|
[#7171] Fix issues when parsing comments
|
2018-03-12 12:08:22 +01:00 |
|
lukaseder
|
1bb528dd5f
|
[#7171] [#7280] Add ConstraintForeignKeyReferencesStep[N].references(Table<?>)
|
2018-03-12 11:29:36 +01:00 |
|
lukaseder
|
448065fc05
|
[#7171] Support parsing inline REFERENCES clauses on CREATE TABLE
|
2018-03-12 11:16:18 +01:00 |
|
lukaseder
|
01ea7e961c
|
[#7279] Add RenderKeywordStyle.PASCAL
|
2018-03-12 10:46:14 +01:00 |
|
lukaseder
|
d57f016144
|
[#7171] Support parsing CREATE TABLE .. AS WITH ..
|
2018-03-12 10:33:04 +01:00 |
|
lukaseder
|
51cc22a3f2
|
[#7277] Add DSL.with(Name) and DSL.withRecursive(Name)
|
2018-03-12 10:14:54 +01:00 |
|
lukaseder
|
a0bf626aeb
|
[#7171] Support parsing quoted data types
|
2018-03-12 09:43:28 +01:00 |
|
lukaseder
|
c301abd179
|
[#7171] [#7275] Add DSL.iif(Condition, Field<T>, Field<T>)
|
2018-03-09 17:30:12 +01:00 |
|
lukaseder
|
9422fbc5a2
|
[#7171] Support parsing VALUES wherever a query primary can be used
|
2018-03-09 16:53:28 +01:00 |
|
lukaseder
|
47e045d4c4
|
[#7171] ALTER TABLE: Multiple columns added in one statement
|
2018-03-09 15:49:28 +01:00 |
|
lukaseder
|
6c40670e25
|
[#7075] Don't toString() null values
|
2018-03-09 14:53:03 +01:00 |
|
lukaseder
|
fbcfa175da
|
[#7271] Generator doesn't select appropriate DataType for Columns using an enum from another schema
|
2018-03-09 14:43:24 +01:00 |
|
lukaseder
|
02ab3c6f9e
|
[#7171] Allow JOIN keywords as columns in SELECT
|
2018-03-09 13:52:43 +01:00 |
|
lukaseder
|
fef4fc1716
|
[#7171] Better error message after JOIN
|
2018-03-09 13:13:30 +01:00 |
|
lukaseder
|
e4fdaaa642
|
[#7171] MERGE without INTO (possible in SQL Server
|
2018-03-09 12:57:46 +01:00 |
|
lukaseder
|
e545a4bde0
|
[#7171] MERGE without INTO (possible in SQL Server)
|
2018-03-09 12:55:19 +01:00 |
|
lukaseder
|
3dcb32098e
|
[#7171] Support parsing ON CONFLICT DO (no constraint specification)
|
2018-03-09 12:47:46 +01:00 |
|
lukaseder
|
dd2e6ada84
|
[#7171] Support parsing @ and # characters in identifiers
|
2018-03-09 12:38:17 +01:00 |
|
lukaseder
|
fccac91ca4
|
[#7171] Support SQL Server style hints for aliased tables
|
2018-03-09 12:23:57 +01:00 |
|
lukaseder
|
79821229e2
|
[#7171] Support parsing SQL Server CONVERT() function
|
2018-03-09 12:18:47 +01:00 |
|
lukaseder
|
98155190d8
|
[#7171] Support parsing Oracle TO_NUMBER() function
|
2018-03-09 12:09:28 +01:00 |
|