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

Add support for protocol v3 and add QuerySQL and ExecuteSQL client methods #328

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

jaclarke
Copy link
Member

@jaclarke jaclarke requested a review from fmoor December 18, 2024 20:43
Copy link
Member

@fmoor fmoor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment on lines 202 to 203
// err = client.ExecuteSQL(ctx, "select 1")
// assert.NoError(t, err)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be removed?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, good catch. I commented it out because it was failing, with the intention to go back and fix before I pushed the branch, but it seems I forgot. It looks like it's failing due to a server bug: edgedb/edgedb#8185, where the server is returning an unexpected type descriptor for executeSQL queries.

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.

2 participants