Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit 99cc6f9

Browse files
committed
Merge branch 'main' into support-named-schemas
2 parents 2638b77 + 41905e2 commit 99cc6f9

File tree

3 files changed

+161
-104
lines changed

3 files changed

+161
-104
lines changed

google/cloud/sqlalchemy_spanner/sqlalchemy_spanner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ def post_create_table(self, table):
626626
return post_cmds
627627

628628
def visit_create_index(
629-
self, create, include_schema=False, include_table_schema=True, **kw
629+
self, create, include_schema=True, include_table_schema=True, **kw
630630
):
631631
text = super().visit_create_index(
632632
create, include_schema, include_table_schema, **kw

0 commit comments

Comments
 (0)