@malloydata/db-mysql
Advanced tools
Comparing version 0.0.197-dev241009140241 to 0.0.197-dev241009193540
@@ -80,4 +80,5 @@ "use strict"; | ||
decimalNumbers: true, | ||
timezone: '+00:00', | ||
}); | ||
this.connection.query( | ||
await this.connection.query( | ||
// LTNOTE: Need to make the group_concat_max_len configurable. | ||
@@ -84,0 +85,0 @@ "set @@session.time_zone = 'UTC';" + |
{ | ||
"name": "@malloydata/db-mysql", | ||
"version": "0.0.197-dev241009140241", | ||
"version": "0.0.197-dev241009193540", | ||
"license": "MIT", | ||
@@ -25,3 +25,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@malloydata/malloy": "^0.0.197-dev241009140241", | ||
"@malloydata/malloy": "^0.0.197-dev241009193540", | ||
"@types/node": "^22.7.4", | ||
@@ -28,0 +28,0 @@ "fastestsmallesttextencoderdecoder": "^1.0.22", |
14362
337