mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-09 03:04:20 +01:00
Pass FuncCtx to Insn::Function to keep track of arg count
This commit is contained in:
@@ -255,6 +255,10 @@ do_execsql_test length-empty-text {
|
||||
SELECT length('');
|
||||
} {0}
|
||||
|
||||
do_execsql_test length-date-binary-expr {
|
||||
select length(date('now')) = 10;
|
||||
} {1}
|
||||
|
||||
do_execsql_test min-number {
|
||||
select min(-10,2,3)
|
||||
} {-10}
|
||||
|
||||
Reference in New Issue
Block a user