@@ -8,23 +8,137 @@ Latest Changes since |JSQLPARSER_VERSION|
88=============================================================
99
1010
11+ * **feat: BigQuery Except(..) Replace(..) syntax **
12+
13+ Andreas Reichel, 2023-09-01
14+ * **test: add test for Postgres `NOTNULL` expression **
15+
16+ Andreas Reichel, 2023-08-31
17+ * **build: Disable Signing with in Memory keys temporarily **
18+
19+ Andreas Reichel, 2023-08-29
20+ * **fix: ExpressionList of Expressions in `Values` **
21+
22+ Andreas Reichel, 2023-08-26
23+ * **style: add license headers **
24+
25+ Andreas Reichel, 2023-08-23
26+ * **feat: implement a few missing expressions **
27+
28+ Andreas Reichel, 2023-08-23
29+ * **fix: check for NULL before iterating **
30+
31+ Andreas Reichel, 2023-08-23
32+ * **doc: explain the TablesNamesFinder, fix the example **
33+
34+ Andreas Reichel, 2023-08-20
35+ * **doc: explain the TablesNamesFinder **
36+
37+ Andreas Reichel, 2023-08-20
38+ * **Fixing a problem with an OP_CONCAT in WhenExpression (#1837) **
39+
40+ amigalev, 2023-08-20
41+ * **refactor: TablesNamesFinder **
42+
43+ Andreas Reichel, 2023-08-20
44+ * **build: disable Gradle publish **
45+
46+ Andreas Reichel, 2023-08-20
47+ * **refactor: TableFunction extends Function, supports `LATERAL` prefix **
48+
49+ Andreas Reichel, 2023-08-20
50+ * **Update Gradle JavaCC parser to latest version (3.0.0) (#1843) **
51+
52+ Zbynek Konecny, 2023-08-05
53+ * **Update sql-parser-error.md **
54+
55+ manticore-projects, 2023-07-26
56+ * **Update sql-parser-error.md **
57+
58+ manticore-projects, 2023-07-26
59+ * **Update sql-parser-error.md **
60+
61+ manticore-projects, 2023-07-25
62+ * **feat: SQL:2016 TABLESAMPLE clause **
63+
64+ Andreas Reichel, 2023-07-12
65+ * **feat: add a method checking balanced brackets **
66+
67+ Andreas Reichel, 2023-07-12
68+ * **build: publish Snapshots on commit **
69+
70+ Andreas Reichel, 2023-07-12
71+ * **build: publish Snapshots on commit **
72+
73+ Andreas Reichel, 2023-07-03
74+ * **build: publish Snapshots on commit **
75+
76+ Andreas Reichel, 2023-07-02
77+ * **build: publish Snapshots on commit **
78+
79+ Andreas Reichel, 2023-07-02
80+ * **build: publish Snapshots on commit **
81+
82+ Andreas Reichel, 2023-07-02
83+ * **build: publish Snapshots on commit **
84+
85+ Andreas Reichel, 2023-07-02
86+ * **feat: add support for INTERPRET function parsing (#1816) **
87+
88+ Matteo Sist, 2023-06-29
89+ * **style: Licenses from Maven plugin **
90+
91+ Andreas Reichel, 2023-06-27
92+ * **fix: Backslash escaped single quote `'\' '` **
93+
94+ Andreas Reichel, 2023-06-27
95+ * **Assorted Fixes #8 (#1807) **
96+
97+ manticore-projects, 2023-06-15
98+ * **fix: `INSERT` must use simple Column Names only **
99+
100+ Andreas Reichel, 2023-06-15
101+ * **feat: MySQL `NOT RLIKE`, `NOT REGEXP` expressions **
102+
103+ Andreas Reichel, 2023-06-15
104+ * **feat: Postgres `NOTNULL` support **
105+
106+ manticore-projects, 2023-06-15
107+ * **feat: `QUALIFY` clause **
108+
109+ Andreas Reichel, 2023-06-15
110+ * **docs: write migration guide **
111+
112+ Andreas Reichel, 2023-06-11
113+ * **fix: SPHINX modules and themes **
114+
115+ Andreas Reichel, 2023-06-02
116+ * **feat: T-SQL `FOR ...` clause **
117+
118+ Andreas Reichel, 2023-06-02
11119 * **doc: migration guide **
12-
120+
13121 Andreas Reichel, 2023-06-02
14122 * **fix: expose IntervalExpression attributes and use DeParser **
15-
123+
16124 Andreas Reichel, 2023-06-01
125+ * **Update sphinx.yml **
126+
127+ manticore-projects, 2023-06-01
128+ * **JSQLParser 5.0 (#1778) **
129+
130+ manticore-projects, 2023-06-01
17131 * **doc: write migration guide **
18-
132+
19133 Andreas Reichel, 2023-05-29
20134 * **fix: throw the specific exception **
21-
135+
22136 Andreas Reichel, 2023-05-29
23137 * **doc: Website, fix tabs **
24-
138+
25139 Andreas Reichel, 2023-05-24
26140 * **doc: Website improvements **
27-
141+
28142 Andreas Reichel, 2023-05-22
29143 * **build: improve Upload task **
30144
@@ -33,7 +147,7 @@ Latest Changes since |JSQLPARSER_VERSION|
33147
34148 Andreas Reichel, 2023-05-18
35149 * **Create gradle.yml **
36-
150+
37151 manticore-projects, 2023-05-18
38152 * **feat: functions blocks, parenthesed JSON Expressions **
39153
@@ -186,7 +300,7 @@ Latest Changes since |JSQLPARSER_VERSION|
186300
187301 Andreas Reichel, 2023-05-03
188302 * **Revert "fix: assign Enum case insensitive" **
189-
303+
190304 Andreas Reichel, 2023-05-02
191305 * **fix: assign Enum case insensitive **
192306
@@ -269,9 +383,6 @@ Latest Changes since |JSQLPARSER_VERSION|
269383 * **[maven-release-plugin] prepare for next development iteration **
270384
271385 Tobias Warneke, 2023-02-23
272- * **Oracle Alternative Quoting (#1722) **
273-
274- manticore-projects, 2023-02-07
275386 * **feat: Support more Statement Separators **
276387
277388 Andreas Reichel, 2023-02-02
@@ -284,12 +395,6 @@ Latest Changes since |JSQLPARSER_VERSION|
284395 * **doc: fix the issue template **
285396
286397 Andreas Reichel, 2023-02-01
287- * **Issue1673 case within brackets (#1675) **
288-
289- manticore-projects, 2023-01-31
290- * **Added support for SHOW INDEX from table (#1704) **
291-
292- Jayant Kumar Yadav, 2023-01-31
293398 * **feat: CREATE VIEW ... REFRESH AUTO... **
294399
295400 Andreas Reichel, 2023-01-30
@@ -344,6 +449,41 @@ Latest Changes since |JSQLPARSER_VERSION|
344449 * **Do not mark SpeedTest for concurrent execution **
345450
346451 Andreas Reichel, 2023-01-21
452+ * **Reduce cyclomatic complexity in CreateView.toString **
453+
454+ zaza, 2023-01-08
455+ * **Fixes #1684: Support CREATE MATERIALIZED VIEW with AUTO REFRESH **
456+
457+ zaza, 2022-12-11
458+
459+ Version jsqlparser-4.6
460+ =============================================================
461+
462+
463+ * **[maven-release-plugin] prepare release jsqlparser-4.6 **
464+
465+ Tobias Warneke, 2023-02-23
466+ * **actualized release plugin **
467+
468+ Tobias Warneke, 2023-02-23
469+ * **actualized release plugin **
470+
471+ Tobias Warneke, 2023-02-23
472+ * **Update build.gradle **
473+
474+ Tobias, 2023-02-17
475+ * **Update README.md **
476+
477+ Tobias, 2023-02-17
478+ * **Oracle Alternative Quoting (#1722) **
479+
480+ manticore-projects, 2023-02-07
481+ * **Issue1673 case within brackets (#1675) **
482+
483+ manticore-projects, 2023-01-31
484+ * **Added support for SHOW INDEX from table (#1704) **
485+
486+ Jayant Kumar Yadav, 2023-01-31
347487 * **Sphinx Website (#1624) **
348488
349489 manticore-projects, 2023-01-20
@@ -353,9 +493,6 @@ Latest Changes since |JSQLPARSER_VERSION|
353493 * **Support DROP MATERIALIZED VIEW statements (#1711) **
354494
355495 Tomasz Zarna, 2023-01-12
356- * **Reduce cyclomatic complexity in CreateView.toString **
357-
358- zaza, 2023-01-08
359496 * **corrected readme **
360497
361498 Tobias Warneke, 2023-01-04
@@ -368,9 +505,6 @@ Latest Changes since |JSQLPARSER_VERSION|
368505 * **Assorted Fixes #4 (#1676) **
369506
370507 manticore-projects, 2022-12-22
371- * **Fixes #1684: Support CREATE MATERIALIZED VIEW with AUTO REFRESH **
372-
373- zaza, 2022-12-11
374508 * **Fixed download war script in the renderRR task (#1659) **
375509
376510 haha1903, 2022-12-10
@@ -438,26 +572,6 @@ Latest Changes since |JSQLPARSER_VERSION|
438572
439573 Tobias Warneke, 2022-07-22
440574
441- Version jsqlparser-4.6
442- =============================================================
443-
444-
445- * **[maven-release-plugin] prepare release jsqlparser-4.6 **
446-
447- Tobias Warneke, 2023-02-23
448- * **actualized release plugin **
449-
450- Tobias Warneke, 2023-02-23
451- * **actualized release plugin **
452-
453- Tobias Warneke, 2023-02-23
454- * **Update build.gradle **
455-
456- Tobias, 2023-02-17
457- * **Update README.md **
458-
459- Tobias, 2023-02-17
460-
461575Version jsqlparser-4.5
462576=============================================================
463577
0 commit comments