You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expand Turso's custom-function slots from 32 to 64
Turso's sqlite3_create_function_v2 has 32 pre-generated bridge
trampolines (MAX_CUSTOM_FUNCS). The driver registers 44 UDFs, so the
last 12 silently fail registration; SQL calls to from_base64 etc.
then fail with 'no such function'. Generate 32 more bridges.
0 commit comments