@malloydata/db-duckdb
Advanced tools
Comparing version 0.0.6-221108175803 to 0.0.6-221108230146
@@ -205,3 +205,7 @@ "use strict"; | ||
else { | ||
throw new Error(`unknown duckdb type ${duckDBType}`); | ||
structDef.fields.push({ | ||
name, | ||
type: "string", | ||
e: [`'DuckDB type "${duckDBType}" not supported by Malloy'`], | ||
}); | ||
} | ||
@@ -208,0 +212,0 @@ } |
{ | ||
"name": "@malloydata/db-duckdb", | ||
"version": "0.0.6-221108175803", | ||
"version": "0.0.6-221108230146", | ||
"license": "GPL-2.0", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
27852
695