SQLite Forum

CREATE VIRTUAL TABLE argument list quirk
Login

CREATE VIRTUAL TABLE argument list quirk

(1) By David Jones (vman59) on 2020-03-13 15:13:29 [source]

I notice that "CREATE VIRTUAL TABLE test USING tfunc(A,B,C);" and "CREATE VIRTUAL TABLE test USING tfunc(A,,,B,C);" call tfunc's create/connect function with the same argument list. That it, parsing (A,,,B,C) silently ignores the extraneous commas rather than flag an ostensible syntax error.