@malloydata/db-trino 0.0.142-dev240411154213 → 0.0.142-dev240413014741

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.
@@ -428,7 +428,7 @@ class TrinoConnection {
428
428
  malloyType.structRelationship = {
429
429
  type: 'nested',
430
430
  fieldName: name,
431
- isArray: true,
431
+ isArray: false,
432
432
  };
433
433
  }
434
434
  else {
@@ -98,7 +98,7 @@ describe('Trino connection', () => {
98
98
  'dialect': 'trino',
99
99
  'structRelationship': {
100
100
  'fieldName': 'test',
101
- 'isArray': true,
101
+ 'isArray': false,
102
102
  'type': 'nested',
103
103
  },
104
104
  'structSource': { 'type': 'nested' },
@@ -121,7 +121,7 @@ describe('Trino connection', () => {
121
121
  'dialect': 'trino',
122
122
  'structRelationship': {
123
123
  'fieldName': 'test',
124
- 'isArray': true,
124
+ 'isArray': false,
125
125
  'type': 'nested',
126
126
  },
127
127
  'structSource': {
@@ -139,7 +139,7 @@ describe('Trino connection', () => {
139
139
  'dialect': 'trino',
140
140
  'structRelationship': {
141
141
  'fieldName': 'b',
142
- 'isArray': true,
142
+ 'isArray': false,
143
143
  'type': 'nested',
144
144
  },
145
145
  'structSource': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/db-trino",
3
- "version": "0.0.142-dev240411154213",
3
+ "version": "0.0.142-dev240413014741",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",