@malloydata/db-duckdb 0.0.315 → 0.0.317

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.
@@ -104,7 +104,7 @@ class DuckDBConnection extends duckdb_common_1.DuckDBCommon {
104
104
  }
105
105
  }
106
106
  if (this.readOnly) {
107
- config['access_mode'] = 'read_only';
107
+ config['access_mode'] = 'READ_ONLY';
108
108
  }
109
109
  const database = new duckdb_1.Database(this.databasePath, config, err => {
110
110
  if (err) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/db-duckdb",
3
- "version": "0.0.315",
3
+ "version": "0.0.317",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@duckdb/duckdb-wasm": "1.29.1-dev132.0",
48
- "@malloydata/malloy": "0.0.315",
48
+ "@malloydata/malloy": "0.0.317",
49
49
  "@motherduck/wasm-client": "^0.6.6",
50
50
  "apache-arrow": "^17.0.0",
51
51
  "duckdb": "1.3.4",