-
Notifications
You must be signed in to change notification settings - Fork 65
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
plan to support Update/Insert/Delete ? #32
Comments
A while ago, in #16, I added support for Please let us know if it does work, but we can keep this issue open until we add proper tests. |
@nineinchnick it works! and it does not require any extra work. Thanks! |
@nineinchnick does it support transaction? I roughly walked thru the code and figure out this go-client is using TrinoDB REST API to implement the sql driver interface. So I think transaction is not supported due to the stateless in http's nature. But I am not 100% sure. |
Transaction statements should work, but we don't have tests for this. |
Hi, I found the README file said that:
Only read operations are supported, such as SHOW and SELECT.
Is there any plan to support Update/Insert/Delete?
Thanks in advance.
The text was updated successfully, but these errors were encountered: