@malloydata/db-duckdb 0.0.155-dev240722021714 → 0.0.155-dev240722212948

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -218,7 +218,7 @@ class DuckDBCommon {
218
218
  }
219
219
  else {
220
220
  structDef.fields.push({
221
- type: 'unsupported',
221
+ type: 'sql native',
222
222
  rawType: duckDBType.toLowerCase(),
223
223
  name,
224
224
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/db-duckdb",
3
- "version": "0.0.155-dev240722021714",
3
+ "version": "0.0.155-dev240722212948",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -41,7 +41,7 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@duckdb/duckdb-wasm": "1.28.1-dev215.0",
44
- "@malloydata/malloy": "^0.0.155-dev240722021714",
44
+ "@malloydata/malloy": "^0.0.155-dev240722212948",
45
45
  "@motherduck/wasm-client": "^0.6.1",
46
46
  "apache-arrow": "^15.0.2",
47
47
  "duckdb": "1.0.0",