mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-09-10 22:28:53 +00:00
More tests
This commit is contained in:
@@ -34,7 +34,7 @@ COPY nulls FROM '$here/nulls.csv';
|
||||
|
||||
CREATE OR REPLACE FUNCTION quote(TEXT) RETURNS TEXT AS \$\$
|
||||
BEGIN
|
||||
RETURN \$1;
|
||||
RETURN CASE WHEN \$1 IS NULL THEN 'NULL' ELSE \$1 END;
|
||||
END;
|
||||
\$\$ LANGUAGE 'plpgsql' IMMUTABLE;
|
||||
|
||||
|
Reference in New Issue
Block a user