@malloydata/db-trino 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.
@@ -500,7 +500,7 @@ class TrinoPrestoConnection {
500
500
  else {
501
501
  malloyType.fields.push({
502
502
  name: 'unknown',
503
- type: 'unsupported',
503
+ type: 'sql native',
504
504
  rawType: innerType.toLowerCase(),
505
505
  });
506
506
  }
@@ -508,7 +508,7 @@ class TrinoPrestoConnection {
508
508
  }
509
509
  else {
510
510
  malloyType = (_a = this.sqlToMalloyType(trinoType)) !== null && _a !== void 0 ? _a : {
511
- type: 'unsupported',
511
+ type: 'sql native',
512
512
  rawType: trinoType.toLowerCase(),
513
513
  };
514
514
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/db-trino",
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.130",
25
+ "@malloydata/malloy": "^0.0.155-dev240723004931",
26
26
  "@prestodb/presto-js-client": "^1.0.0",
27
27
  "gaxios": "^4.2.0",
28
28
  "trino-client": "^0.2.2"