Commit graph

14 commits

Author SHA1 Message Date
Jussi Saurio
cc47bfba02 CSV import fixes
- Fix not being able to create table while importing
    * The behavior now aligns with SQLite so that if the table already
      exists, all the rows are treated as data. If the table doesn't exist,
      the first row is treated as the header from which column names for the
      new table are populated.
- Insert in batches instead of one at a time
2025-07-15 16:44:11 +03:00
pedrocarlo
81f80edd4a remove experimental_flag from script + remove -q flag default flag from TestTursoShell 2025-07-07 15:34:03 -03:00
PThorpe92
0d80e3a21b
Fix naming and ruff format check 2025-07-02 11:02:32 -04:00
PThorpe92
297cbbf726
Rename Limbo -> Turso in python tests 2025-07-02 10:57:46 -04:00
PThorpe92
2bbfe15ec1
Add readonly python test 2025-06-30 22:04:56 -04:00
pedrocarlo
80ccca8827 ruff lint fix 2025-06-20 15:59:03 -03:00
pedrocarlo
d71029cda7 Overhaul in printing using rich 2025-04-15 12:50:35 -03:00
pedrocarlo
58e091cb23 setup uv for limbo 2025-04-15 12:45:46 -03:00
Preston Thorpe
62e0a137dd
Merge branch 'main' into update_offset 2025-04-06 12:34:23 -04:00
PThorpe92
ff482fc753
Add test case for insert default values 2025-04-05 21:34:27 -04:00
PThorpe92
c6c3f39959
Add test cases in python CLI tests for OFFSET on LIMIT clauses 2025-04-04 12:49:12 -04:00
PThorpe92
7b25895940
Add update query tests with limit 2025-03-30 12:15:25 -04:00
PThorpe92
6a1f9ed773
Fix cli test for new output name 2025-02-17 22:33:55 -05:00
CK-7vn
5f02521d08
cleanup shell tests and cli 2025-02-13 00:49:12 -05:00