@malloydata/db-postgres 0.0.155-dev240722021714 → 0.0.155-dev240723004931

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.
@@ -260,7 +260,7 @@ class PostgresConnection {
260
260
  }
261
261
  else {
262
262
  s.fields.push({
263
- type: 'unsupported',
263
+ type: 'sql native',
264
264
  rawType: postgresDataType.toLowerCase(),
265
265
  name,
266
266
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/db-postgres",
3
- "version": "0.0.155-dev240722021714",
3
+ "version": "0.0.155-dev240723004931",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -22,7 +22,7 @@
22
22
  "prepublishOnly": "npm run build"
23
23
  },
24
24
  "dependencies": {
25
- "@malloydata/malloy": "^0.0.155-dev240722021714",
25
+ "@malloydata/malloy": "^0.0.155-dev240723004931",
26
26
  "@types/pg": "^8.6.1",
27
27
  "pg": "^8.7.1",
28
28
  "pg-query-stream": "4.2.3"