Skip to content

Commit e112a1d

Browse files
committed
feat: postgres dialect - review fixes
1 parent 69713de commit e112a1d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

google/cloud/spanner_v1/database.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@ class Database(object):
125125
If a dict is provided, it must be of the same form as either of the protobuf
126126
messages :class:`~google.cloud.spanner_admin_database_v1.types.EncryptionConfig`
127127
or :class:`~google.cloud.spanner_admin_database_v1.types.RestoreDatabaseEncryptionConfig`
128+
:type database_dialect:
129+
:class:`~google.cloud.spanner_admin_database_v1.types.DatabaseDialect`
130+
:param database_dialect:
131+
(Optional) database dialect for the database
132+
128133
"""
129134

130135
_spanner_api = None

tests/system/test_session_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1983,7 +1983,7 @@ def test_execute_sql_w_numeric_bindings(not_emulator, not_postgres, sessions_dat
19831983
)
19841984

19851985

1986-
def test_execute_sql_w_json_bindings(not_emulator, sessions_database):
1986+
def test_execute_sql_w_json_bindings(not_emulator, sessions_database, database_dialect):
19871987
_bind_test_helper(
19881988
sessions_database,
19891989
database_dialect,

0 commit comments

Comments
 (0)