Nils Koch
|
828d4f5016
|
fix clippy errors for rust 1.88.0 (auto fix)
|
2025-07-12 18:58:41 +03:00 |
|
Pekka Enberg
|
eb0de4066b
|
Rename limbo_ext crate to turso_ext
|
2025-06-29 12:14:08 +03:00 |
|
Pekka Enberg
|
90c1e3fc06
|
Switch Connection to use Arc instead of Rc
Connection needs to be Arc so that bindings can wrap it with `Mutex` for
multi-threading.
|
2025-06-16 10:43:19 +03:00 |
|
PThorpe92
|
1cacbf1f0d
|
Close statements in extension tests, and use mut pointers for stmt
|
2025-05-24 16:45:25 -04:00 |
|
PThorpe92
|
a4ed464ec4
|
Add some traces for errors in xconnect
|
2025-05-24 15:44:06 -04:00 |
|
PThorpe92
|
faa12987b4
|
Add test case to table stats extension
|
2025-05-24 14:49:59 -04:00 |
|
PThorpe92
|
58e1d5a4f8
|
Add additional test vtable extension for querying core
|
2025-05-24 14:49:58 -04:00 |
|
PThorpe92
|
cbd7245677
|
Update Vtable open method to accept core db connection
|
2025-05-24 14:49:58 -04:00 |
|
Piotr Rzysko
|
9c1dca72db
|
Introduce VTable
This allows storing table arguments parsed in the VTabModule::create
method.
|
2025-05-21 08:33:17 +02:00 |
|
Piotr Rzysko
|
ea0ec6a216
|
Remove VTabModule methods delegating directly to VTabCursor
|
2025-05-21 08:29:20 +02:00 |
|
PThorpe92
|
95a2fdc096
|
Fix array from ptr in bestindex ffi method in proc macro
|
2025-04-17 14:01:45 -04:00 |
|
PThorpe92
|
528a9b6c7e
|
Clean up allocations in main loop and fix ext tests
|
2025-04-17 14:01:44 -04:00 |
|
PThorpe92
|
de27c2fe4c
|
Properly handle pushing predicates for query optimization from xBestIndex
|
2025-04-17 14:01:37 -04:00 |
|
PThorpe92
|
853af16946
|
Implement xBestIndex for virtual table api to improve query planning
|
2025-04-17 13:53:27 -04:00 |
|
pedrocarlo
|
6249cd67e9
|
added print statement to test that VDestroy is being called
|
2025-04-13 17:10:43 -03:00 |
|
PThorpe92
|
2d7a27fbfa
|
Prevent panic in extension by out of bounds cursor idx
|
2025-04-09 11:06:40 -04:00 |
|
PThorpe92
|
b306cd416d
|
Add debug logging to testing vfs extension
|
2025-03-12 21:52:52 -04:00 |
|
PThorpe92
|
2cc72ed9ab
|
Feature flag vfs for fs feature/prevent wasm
|
2025-03-12 21:52:51 -04:00 |
|
PThorpe92
|
35fc9df275
|
Rename and combine testing extension crate
|
2025-03-12 21:52:51 -04:00 |
|