Commit graph

27 commits

Author SHA1 Message Date
Piotr Rzysko
d1d8ead475 Add support for pragma table-valued functions 2025-06-01 10:25:42 +02:00
Jussi Saurio
b843ad0a58 Add INSERT INTO ... SELECT * FROM generate_series() regression test 2025-05-27 10:54:55 +03:00
PThorpe92
c5d364064a
Add python tests for xConnect behavior and testing extension 2025-05-24 14:49:59 -04:00
Piotr Rzysko
ad9d044a04 Add CSV extension 2025-05-21 09:22:59 +02:00
Jussi Saurio
6926d7b931 testing/py: rename debug_print() to run_debug() 2025-05-12 10:52:13 +03:00
Piotr Rzysko
d5984445a9 Fix panic on CREATE VIRTUAL TABLE IF NOT EXISTS by halting VM properly
Fixes a runtime panic caused by failing to halt the virtual machine
after executing CREATE VIRTUAL TABLE IF NOT EXISTS.

Previously resulted in:
thread 'main' panicked at core/vdbe/mod.rs:408:52:
index out of bounds: the len is 3 but the index is 3
2025-05-11 21:21:18 +02:00
Piotr Rzysko
fdffbc9534 Ensure virtual table name uniqueness 2025-05-11 21:21:18 +02:00
Preston Thorpe
d837f89d74
Merge branch 'main' into vtab_schema 2025-04-28 22:09:10 -04:00
PThorpe92
d02900294e
Remove 2nd shell in vtab tests, fix expr translation in main loop 2025-04-17 14:01:45 -04: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
pedrocarlo
6249cd67e9 added print statement to test that VDestroy is being called 2025-04-13 17:10:43 -03:00
pedrocarlo
000d8756ec Implment VDestroy opcode 2025-04-13 17:06:12 -03:00
PThorpe92
7993857020
Add py tests for vtab update behavior 2025-04-09 11:06:41 -04:00
PThorpe92
a0f71e27be
Fix cli tests 2025-04-08 20:10:49 -04:00
PThorpe92
399994bf66
Fix ext tests start with no default schema 2025-04-05 11:19:40 -04:00
PThorpe92
97c68f905a
Move test back to original setup to ensure issue is solved 2025-04-03 20:22:47 -04:00
PThorpe92
22fd3e9781
Fix cli tests 2025-04-03 15:23:49 -04:00
Pere Diaz Bou
cb85ba8e82 fix extensions.py test 2025-03-28 11:58:03 +01:00
PThorpe92
334f0a928a
Adjust test to reflect new parse error 2025-03-24 21:05:50 -04:00
Pekka Enberg
7832ae22df Enable pretty mode in shell by default
Fixes #929
2025-03-22 08:10:26 +02:00
PThorpe92
c638b64a59
Fix tests to use updated extension name 2025-03-12 21:55:50 -04:00
PThorpe92
35fc9df275
Rename and combine testing extension crate 2025-03-12 21:52:51 -04:00
Pekka Enberg
01f121b567 Merge 'adding limbo.quit to cleanly quit the subprocess in python tests' from Pedro Muniz
Closes #1071
2025-03-04 10:21:49 +02:00
EmNudge
116350d139 Add ipaddr extension 2025-03-02 16:03:46 -05:00
pedrocarlo
2bdb682a49 adding limbo quit to cleanly quit the subprocess 2025-02-28 22:18:05 -03:00
PThorpe92
6c98cf4d82
Clean up extension python tests to use convenience CLI-test class 2025-02-25 20:36:35 -05:00
Renamed from testing/extensions.py (Browse further)