Hans Ott
|
48f025f658
|
SQLite: Allow dollar signs in placeholder names (#1620)
|
2024-12-28 14:20:48 +01:00 |
|
David Caldwell
|
ac956dc963
|
Add support for ASC and DESC in CREATE TABLE column constraints for SQLite. (#1462)
|
2024-10-08 12:26:32 -04:00 |
|
Joshua Warner
|
1e0460a7df
|
Expand handling of LIMIT 1, 2 handling to include sqlite (#1447)
|
2024-09-30 13:40:07 -04:00 |
|
Andrew Lamb
|
9934f3d931
|
Update to ASF header / add when missing (#1437)
|
2024-09-21 06:23:28 -04:00 |
|
hulk
|
df86f259ce
|
Fix identifier starts with $ should be regarded as a placeholder in SQLite (#1402)
|
2024-09-01 07:21:59 -04:00 |
|
Michiel De Backker
|
929c646bba
|
Add identifier quote style to Dialect trait (#1170)
|
2024-03-11 16:27:25 -04:00 |
|
Thomas Kluyver
|
a430d1a5a7
|
Support SQLite column definitions with no type (#1075)
|
2024-01-01 12:45:25 -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
|
4cdaa40abe
|
Support IN () syntax of SQLite, alternate proposal (#1028)
|
2023-10-29 07:31:08 -04:00 |
|
Andrew Lamb
|
6739d377bd
|
Add docstrings for Dialect s, update README (#1016)
|
2023-10-23 18:09:02 -04:00 |
|
Ophir LOJKINE
|
ce62fe6d27
|
Support FILTER in over clause (#1007)
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
|
2023-10-23 18:06:39 -04:00 |
|
sam
|
a8a8e65b7c
|
PostgreSQL: GENERATED { ALWAYS | BY DEFAULT } AS IDENTITY and GENERATED ALWAYS AS ( generation_expr ) support (#832)
* GENERATED { ALWAYS | BY DEFAULT } AS IDENTITY [ ( sequence_options ) basic impl - test are failing.
* PostgreSQL GENERATED { ALWAYS | BY DEFAULT } AS IDENTITY [ ( sequence_options ) and GENERATED ALWAYS AS ( generation_expr ) STORED implementation.
|
2023-03-16 05:54:00 -04:00 |
|
Andy Grove
|
72559e9b62
|
Add ability for dialects to override prefix, infix, and statement parsing (#581)
|
2022-08-19 05:44:14 -06:00 |
|
joshwd36
|
17f8eb9c5a
|
Fix clippy lints (#287)
|
2021-01-07 18:30:12 +01:00 |
|
mz
|
f8feff4ef2
|
Add SQLite dialect (#248)
|
2020-07-31 15:09:54 +03:00 |
|