mirror of
https://github.com/rowyio/rowy.git
synced 2026-02-24 04:01:17 +01:00
update bigquery sql type
This commit is contained in:
@@ -105,9 +105,6 @@ const transformToSQLValue = (value: any, ftType: string) => {
|
||||
case "AGGREGATE":
|
||||
case "MULTI_SELECT": // array
|
||||
// SQL type: STRING
|
||||
if (!value.length) {
|
||||
return `null`;
|
||||
}
|
||||
return `"${sanitise(JSON.stringify(value))}"`;
|
||||
case "CHECK_BOX":
|
||||
// SQL type: BOOLEAN
|
||||
|
||||
Reference in New Issue
Block a user