File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
google/cloud/sqlalchemy_spanner Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1481,11 +1481,11 @@ def get_multi_foreign_keys(
14811481 )
14821482 FROM information_schema.table_constraints AS tc
14831483 JOIN information_schema.constraint_column_usage AS ccu
1484- ON ccu.table_catalog = tc.table_catalog
1484+ ON ccu.constraint_catalog = tc.table_catalog
14851485 and ccu.constraint_schema = tc.table_schema
14861486 and ccu.constraint_name = tc.constraint_name
14871487 JOIN information_schema.constraint_table_usage AS ctu
1488- ON ctu.table_catalog = tc.table_catalog
1488+ ON ctu.constraint_catalog = tc.table_catalog
14891489 and ctu.constraint_schema = tc.table_schema
14901490 and ctu.constraint_name = tc.constraint_name
14911491 JOIN information_schema.key_column_usage AS kcu
You can’t perform that action at this time.
0 commit comments