Skip to content

Commit 93262f7

Browse files
remove spaces
1 parent 93b8ccf commit 93262f7

File tree

1 file changed

+1
-1
lines changed
  • packages/malloy/src/dialect/mysql

1 file changed

+1
-1
lines changed

packages/malloy/src/dialect/mysql/mysql.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ export class MySQLDialect extends Dialect {
301301
const parent = parentAlias;
302302
const child = childName;
303303
if (parentType !== 'table') {
304-
const ret = `${parent} ->> '$.${child}'`;
304+
const ret = `${parent}->>'$.${child}'`;
305305
switch (childType) {
306306
case 'string':
307307
return `CONCAT(${ret}, '')`;

0 commit comments

Comments
 (0)