Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 177bd97

Browse filesBrowse files
wchargingguuss
authored andcommitted
Fix Spanner BOOL example after upstream typo fix (GoogleCloudPlatform#2356)
Summary: This code used to be correct, when the Spanner Python API had a typo in the parameter name, but that typo was fixed in an upstream pull request: <googleapis/google-cloud-python#7295> Test Plan: Running `git grep BOOE` now returns no results. wchargin-branch: bool-not-booe
1 parent df32b6b commit 177bd97
Copy full SHA for 177bd97

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎spanner/cloud-client/snippets.py

Copy file name to clipboardExpand all lines: spanner/cloud-client/snippets.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1207,7 +1207,7 @@ def query_data_with_bool(instance_id, database_id):
12071207
'outdoor_venue': exampleBool
12081208
}
12091209
param_type = {
1210-
'outdoor_venue': param_types.BOOE
1210+
'outdoor_venue': param_types.BOOL
12111211
}
12121212

12131213
with database.snapshot() as snapshot:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.