0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-05-24 21:00:28 +00:00

15 Commits

Author SHA1 Message Date
7dacca2728 bump rust version, fix warnings 2024-07-31 22:47:53 +02:00
60f9ca302c remove smallvec from parser () 2024-07-22 09:56:55 +00:00
43ec7b378c libsql: prepare v0.4.0 release () 2024-06-11 14:27:13 +00:00
f26baff7b4 use user query string for queries rather than generated () 2024-04-19 17:26:30 +00:00
6e91f3a533 parser regression tests ()
* fix a bunch of parse panics

* add parser regression tests
2024-03-15 09:43:48 +00:00
cf6bf609c7 Fix parser panics ()
fix a bunch of parse panics
2024-03-14 19:07:38 +00:00
42c25205ee fix parser error () 2024-03-13 23:30:15 +00:00
528c40e029 sqlite3-parser: bump to 0.11.1 2024-01-17 10:23:40 +01:00
d944b5cf80 sqlite3-parser: add support for ALTER TABLE ALTER COLUMN
Fixes 
2024-01-17 10:23:03 +01:00
99c5b0061f libsql: prepare crates for publishing 2024-01-04 14:38:42 -05:00
1151955e8a fix(manifest): update and/or comment out Cargo.toml repo keys 2023-11-17 08:42:27 -06:00
e2ae8a65b5 sqlite3-parser: replace debug! with trace! 2023-11-15 17:23:10 -05:00
a89c3f0dc7 vendored/sqlite3-parser: support RANDOM ROWID
It's done in a hacky way, similarly to how "STRICT"
is already handled. Sad, but I tried making it work properly
with a registered RANDOM keyword and it failed. There's precedence
in using this runtime string comparisons (like in STRICT case),
so I guess it's here for a reason.

Tested locally, properly activates random rowid.

Fixes 
2023-11-05 21:39:33 +01:00
f03057b44c sqlite3-parser: disable benchmarks and features 2023-10-27 10:11:30 -04:00
b685ab5723 Vendored sqlite3-parser and remove patch 2023-10-27 10:00:54 -04:00