mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-24 19:44:21 +01:00
This reverts commite365c12ce0, reversing changes made to21bd1a961e. The pull request broke some tests: ``` thread 'main' panicked at core/vdbe/mod.rs:1713:72: index out of bounds: the len is 3 but the index is 3 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace while executing "exec {*}$command" (procedure "evaluate_sql" line 3) invoked from within "evaluate_sql $sqlite_exec $sql" (procedure "run_test" line 2) invoked from within "run_test $::sqlite_exec $combined_sql $combined_expected_output" (procedure "do_execsql_test" line 5) invoked from within "do_execsql_test sqlite_version { SELECT sqlite_version(); } {3.46.1}" (file "./testing/scalar-functions.test" line 434) invoked from within "source $testdir/scalar-functions.test" (file "./testing/all.test" line 16) make: *** [Makefile:59: test-compat] Error 1 ```