Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dbapi: fix paramstyle to 'format' #283

Merged
merged 1 commit into from Feb 13, 2020
Merged

dbapi: fix paramstyle to 'format' #283

merged 1 commit into from Feb 13, 2020

Conversation

odeke-em
Copy link
Contributor

We previously misunderstood the meaning of paramstyle,
but really it is what the Cursor expects and not what
Spanner expects, since we translate the arguments to be
consumable by Spanner, thus the correct paramstyle is
'format'.

Fixes #282

We previously misunderstood the meaning of paramstyle,
but really it is what the Cursor expects and not what
Spanner expects, since we translate the arguments to be
consumable by Spanner, thus the correct paramstyle is
'format'.

Fixes #282
@odeke-em
Copy link
Contributor Author

@odeke-em odeke-em merged commit e08c0aa into master Feb 13, 2020
@odeke-em odeke-em deleted the fix-dbapi.paramstyle branch February 13, 2020 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dbapi: fix paramstyle naming to match how we translate
1 participant