@malloydata/db-mysql 0.0.426 → 0.0.428

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.
@@ -132,8 +132,7 @@ class MySQLConnection extends connection_1.BaseConnection {
132
132
  return true;
133
133
  }
134
134
  canStream() {
135
- // TODO: implement;
136
- throw new Error('Method not implemented.2');
135
+ return false;
137
136
  }
138
137
  async close() {
139
138
  if (this.connection) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/db-mysql",
3
- "version": "0.0.426",
3
+ "version": "0.0.428",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -23,7 +23,7 @@
23
23
  "prepublishOnly": "npm run build"
24
24
  },
25
25
  "dependencies": {
26
- "@malloydata/malloy": "0.0.426",
26
+ "@malloydata/malloy": "0.0.428",
27
27
  "@types/node": "^22.20.0",
28
28
  "fastestsmallesttextencoderdecoder": "^1.0.22",
29
29
  "luxon": "^3.7.2",