You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/bigquery.spec.js
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -891,6 +891,13 @@ describe('BigQuery', () => {
891
891
"SELECT SAFE_CAST(SPLIT(t1.CREATED_BY, 'a')[0] AS STRING) AS FIRST_SPLIT_ARG FROM table1 AS t1 WHERE CREATED_BY = 'node-sql-parser' AND FIRST_SPLIT_ARG = @FIRST_SPLIT_ARG LIMIT 1"
892
892
]
893
893
},
894
+
{
895
+
title: 'quoted table name',
896
+
sql: [
897
+
'SELECT COUNT(*) FROM `bigquery-public-data.blah.events_*`',
898
+
'SELECT COUNT(*) FROM `bigquery-public-data.blah.events_*`'
0 commit comments