We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
table_schema
schema_name
1 parent e73c671 commit a92c6d3Copy full SHA for a92c6d3
google/cloud/spanner_dbapi/_helpers.py
@@ -24,7 +24,7 @@
24
SQL_GET_TABLE_COLUMN_SCHEMA = """
25
SELECT COLUMN_NAME, IS_NULLABLE, SPANNER_TYPE
26
FROM INFORMATION_SCHEMA.COLUMNS
27
-WHERE TABLE_SCHEMA = @table_schema AND TABLE_NAME = @table_name
+WHERE TABLE_SCHEMA = @schema_name AND TABLE_NAME = @table_name
28
"""
29
30
# This table maps spanner_types to Spanner's data type sizes as per
0 commit comments