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

Error running dolt_diff() table function through ODBC #7030

Closed
timsehn opened this issue Nov 21, 2023 · 1 comment
Closed

Error running dolt_diff() table function through ODBC #7030

timsehn opened this issue Nov 21, 2023 · 1 comment
Labels
bug Something isn't working diff sql server Issues related to the built in SQL server version control

Comments

@timsehn
Copy link
Contributor

timsehn commented Nov 21, 2023

Using an ODBC connector, I run:

select * from dolt_diff('main', 'branch', 'test')

against a hosted instance. In the logs I get:

, it may not be a valid MySQL client {}
invalid sequence, expected 1 got 32
2023-11-21T17:09:41Z INFO [no conn] Cannot read client handshake response from client 157 (103.203.57.18:33160): Code: INTERNAL
2023-11-21T17:09:41Z INFO [conn 157] NewConnection {DisableClientMultiStatements=false}
@timsehn timsehn added bug Something isn't working sql server Issues related to the built in SQL server diff version control labels Nov 21, 2023
@timsehn
Copy link
Contributor Author

timsehn commented Nov 21, 2023

Operator error. I got it to work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working diff sql server Issues related to the built in SQL server version control
Projects
None yet
Development

No branches or pull requests

1 participant