@malloydata/db-postgres 0.0.6-221108175803 → 0.0.6-221108230146

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.
@@ -254,7 +254,11 @@ class PostgresConnection {
254
254
  });
255
255
  }
256
256
  else {
257
- throw new Error(`unknown postgres type ${postgresDataType}`);
257
+ s.fields.push({
258
+ name,
259
+ type: "string",
260
+ e: [`'Postgres type "${postgresDataType}" not supported by Malloy'`],
261
+ });
258
262
  }
259
263
  }
260
264
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/db-postgres",
3
- "version": "0.0.6-221108175803",
3
+ "version": "0.0.6-221108230146",
4
4
  "license": "GPL-2.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",