mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Add more JS tests. Flesh out the aggregate UDF tests to use sqlite3_aggregate_context() so that they can each be used multiple times in the same statement. Add sqlite3_js_aggregate_context() convenience helper.
FossilOrigin-Name: 9d034ef5e1bab7c9651c2450dc85765fa6365d3f1414c711550de858ff8b3ece
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
** want undefined. Please keep these alphabetized.
|
||||
*/
|
||||
#undef SQLITE_OMIT_DESERIALIZE
|
||||
#undef SQLITE_OMIT_MEMORYDB
|
||||
|
||||
/*
|
||||
** Define any SQLITE_... config defaults we want if they aren't
|
||||
|
Reference in New Issue
Block a user