Closed cgivre closed 5 years ago
Made a few changes to make this work a little better:
The connect() function now uses the following query: SELECT 'test' FROM (VALUES(1)) rather than the USE <schema>
connect()
SELECT 'test' FROM (VALUES(1))
USE <schema>
Added the Map data type in the metadata.
Map
Made a few changes to make this work a little better:
The
connect()
function now uses the following query:SELECT 'test' FROM (VALUES(1))
rather than theUSE <schema>
Added the
Map
data type in the metadata.