Toby Hede
|
a75778c8c7
|
Add support for ENABLE and DISABLE on ALTER TABLE for pg (#1077)
Signed-off-by: Toby Hede <toby@cipherstash.com>
|
2023-12-31 09:14:52 -05:00 |
|
Mehmet Emin KARAKAŞ
|
593c090b21
|
Support MySQL FLUSH statement (#1076)
|
2023-12-31 09:12:03 -05:00 |
|
Mehmet Emin KARAKAŞ
|
c62ecb1100
|
Support Mysql REPLACE statement and PRIORITY clause of INSERT (#1072)
|
2023-12-24 07:24:53 -05:00 |
|
Andrew Lamb
|
7ea47c71fb
|
chore: Release sqlparser version 0.41.0
|
2023-12-22 14:17:28 -05:00 |
|
Andrew Lamb
|
52bb67aad3
|
Add Changelog for 0.41.0 (#1073)
|
2023-12-22 14:14:20 -05:00 |
|
Joey Hain
|
2950a843c3
|
snowflake: fix rendering of SELECT TOP (#1070)
|
2023-12-22 13:43:31 -05:00 |
|
Takahiro Ebato
|
1baec96685
|
Add support for DEFERRED, IMMEDIATE, and EXCLUSIVE in SQLite's BEGIN TRANSACTION command (#1067)
|
2023-12-20 16:00:12 -05:00 |
|
Andrew Lamb
|
40bc407799
|
Improve documentation formatting (#1068)
|
2023-12-19 15:55:00 -05:00 |
|
Joris Bayer
|
29b4ce81c1
|
Replace type_id() by trait method to allow wrapping dialects (#1065)
|
2023-12-19 15:54:48 -05:00 |
|
Thomas Kluyver
|
e027b3cad2
|
Document that comments aren't preserved for round trip (#1060)
|
2023-12-19 15:43:10 -05:00 |
|
Thomas Kluyver
|
da2296e6d6
|
Add support for generated columns skipping 'GENERATED ALWAYS' keywords (#1058)
|
2023-12-19 15:42:25 -05:00 |
|
zzzdong
|
d0fce121ef
|
feat(mysql): Increased compatibility for MySQL (#1059)
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
|
2023-12-19 15:38:52 -05:00 |
|
Ophir LOJKINE
|
f46f147ffa
|
add support for JSON_TABLE (#1062)
|
2023-12-19 15:04:09 -05:00 |
|
Ophir LOJKINE
|
1933f194e7
|
add support for CALL statements (#1063)
|
2023-12-19 15:01:44 -05:00 |
|
Philip Dubé
|
8d97330d42
|
Update sqlparser-derive to use syn 2.0 (#1040)
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
|
2023-11-27 13:16:46 -05:00 |
|
Andrew Lamb
|
28e0a7cedc
|
Update sqlparser to version 0.40.0 (#1056)
|
2023-11-27 12:58:41 -05:00 |
|
Andrew Lamb
|
b69aed96e5
|
Update sqlparser-derive version (#1055)
|
2023-11-27 12:55:54 -05:00 |
|
Andrew Lamb
|
a765146ad1
|
Prepare for 0.40.0 release, derive 0.2.0 release (#1053)
|
2023-11-27 12:43:29 -05:00 |
|
Andrew Lamb
|
64eccdbba2
|
Document round trip ability (#1052)
|
2023-11-27 12:29:59 -05:00 |
|
Joey Hain
|
86aa044032
|
add {pre,post}_visit_query to Visitor (#1044)
|
2023-11-27 12:11:27 -05:00 |
|
Thomas Kluyver
|
640b9394cd
|
Add support for generated virtual columns with expression (#1051)
|
2023-11-22 13:16:15 -05:00 |
|
Toby Hede
|
541d684fba
|
Adds support for PostgreSQL "END" (#1035)
Signed-off-by: Toby Hede <toby@cipherstash.com>
|
2023-11-21 15:21:35 -05:00 |
|
Drew Thomas
|
3d2773a794
|
Support INSERT INTO ... DEFAULT VALUES ... (#1036)
|
2023-11-21 15:21:26 -05:00 |
|
Drew Thomas
|
5bdf2e6608
|
Add support for release and rollback to savepoint syntax (#1045)
|
2023-11-20 19:51:48 -05:00 |
|
Ophir LOJKINE
|
c905ee0cb8
|
Support CONVERT expressions (#1048)
|
2023-11-20 14:55:18 -05:00 |
|
Mehmet Emin KARAKAŞ
|
c0c2d58910
|
Support global and session parts in show variables for mysql and generic dialects (#1032)
|
2023-11-20 14:47:55 -05:00 |
|
Lukasz Stefaniak
|
dc2ceedeea
|
snowflake: PIVOT on derived table factors (#1027)
|
2023-11-20 10:18:29 -05:00 |
|
Drew Thomas
|
5a3f19310e
|
Fix extra whitespace printed before ON CONFLICT (#1037)
|
2023-11-20 09:23:09 -05:00 |
|
Jonathan
|
c887c4e545
|
Add PRQLto list of users (#1031)
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
|
2023-11-18 08:27:21 -05:00 |
|
Ophir LOJKINE
|
953c833a4a
|
Support mssql json and xml extensions (#1043)
|
2023-11-18 07:03:12 -05:00 |
|
Ophir LOJKINE
|
ff8312bfd8
|
add support for MAX as a character length (#1038)
|
2023-11-10 15:57:56 -05:00 |
|
Andrew Lamb
|
4cdaa40abe
|
Support IN () syntax of SQLite, alternate proposal (#1028)
|
2023-10-29 07:31:08 -04:00 |
|
Andrew Lamb
|
2f0c99c405
|
chore: Release sqlparser version 0.39.0
|
2023-10-27 15:41:59 -04:00 |
|
Andrew Lamb
|
cf37c013ee
|
CHANGELOG for 0.39.0 release (#1029)
|
2023-10-27 15:40:11 -04:00 |
|
Lukasz Stefaniak
|
254ccfb4d8
|
snowflake: add support for LATERAL FLATTEN and similar (#1026)
|
2023-10-27 14:52:47 -04:00 |
|
Lukasz Stefaniak
|
8164b7c316
|
common: Make sure + - * / % binary operators work the same in all dialects (#1025)
|
2023-10-27 05:45:18 -04:00 |
|
Lukasz Stefaniak
|
7b3cc18229
|
snowflake: Fix handling of /~% in the stage name (#1009)
|
2023-10-26 15:23:57 -04:00 |
|
Ifeanyi Ubah
|
2f437db2a6
|
Support for BigQuery struct , array and bytes , int64 , float64 datatypes (#1003)
|
2023-10-25 12:57:33 -04:00 |
|
yuval-illumex
|
65317edcb9
|
Support Snowflake - allow number as placeholder (e.g. :1 ) (#1001)
|
2023-10-25 12:53:09 -04:00 |
|
yuval-illumex
|
7993384686
|
Support date 'key' when using semi structured data (#1023)
|
2023-10-24 16:05:43 -04:00 |
|
yuval-illumex
|
b89edaa98b
|
Support IGNORE|RESPECT NULLs clause in window functions (#998)
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
|
2023-10-24 09:45:59 -04:00 |
|
Andrew Lamb
|
8262abcd31
|
Improve documentation on Parser::consume_token and friends (#994)
|
2023-10-24 07:35:59 -04:00 |
|
Ophir LOJKINE
|
c5a7d6ccb9
|
Support for single-quoted identifiers (#1021)
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
|
2023-10-24 07:20:12 -04:00 |
|
Chris A
|
004a8dc5dd
|
Support multiple PARTITION statements in ALTER TABLE ADD statement (#1011)
Co-authored-by: Chris A <chrisa@indeed.com>
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
|
2023-10-24 07:19:01 -04:00 |
|
Chris A
|
9832adb376
|
Support "with" identifiers surrounded by backticks in GenericDialect (#1010)
|
2023-10-24 06:33:51 -04:00 |
|
Ophir LOJKINE
|
57090537f0
|
Test that regexp can be used as an identifier in postgres (#1018)
|
2023-10-24 06:30:05 -04:00 |
|
Mehmet Emin KARAKAŞ
|
86aa1b96be
|
Support INSERT IGNORE in MySql and GenericDialect (#1004)
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
|
2023-10-24 05:45:25 -04:00 |
|
Andrew Lamb
|
6739d377bd
|
Add docstrings for Dialect s, update README (#1016)
|
2023-10-23 18:09:02 -04:00 |
|
Ilya
|
8b2a248d7b
|
parse SQLite pragma statement (#969)
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
|
2023-10-23 18:07:39 -04:00 |
|
Andrew Lamb
|
2798b65b42
|
snowflake/generic: position can be the name of a column (#1022)
Co-authored-by: Lukasz Stefaniak <lustefaniak@gmail.com>
|
2023-10-23 18:07:00 -04:00 |
|