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

DDL statements return an error as PGAdapter tries to get the update count of the result #56

Closed
olavloite opened this issue Mar 9, 2022 · 0 comments · Fixed by #57 or #65
Closed
Assignees

Comments

@olavloite
Copy link
Collaborator

DDL statements return no results, but PGAdapter tries to get the update count of these statements, which causes an error to be returned. The DDL statement is executed and persisted in Spangres, it is only the return value that is wrong.

@olavloite olavloite self-assigned this Mar 9, 2022
olavloite added a commit that referenced this issue Mar 9, 2022
Statements that return no results, such as DDL statements, would cause
an error as PGAdapter tried to get the update count of these.

Fixes #56
olavloite added a commit that referenced this issue Mar 10, 2022
Statements that return no results, such as DDL statements, would cause
an error as PGAdapter tried to get the update count of these.

Fixes #56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant