-
Notifications
You must be signed in to change notification settings - Fork 37
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
Read only transaction support #39
Labels
Comments
Use the same connection to run queries within a transaction. |
I ask about how to create a transaction what can't change anything in db, but only read, a 'read-only' one |
Currently, this library doesn't have such an interface yet. If you set a connection as read-only, it surely works, tho. |
But if the connection will be from the pool, it can be still read-only for
the next usages... It will be nice to have it here, it was in scalikejdbc.
So this is a feature request.
I like your jdbc libraries, use them all time, thanks a lot for them :)
вт, 28 янв. 2020 г., 16:06 Kazuhiro Sera <notifications@github.com>:
… Currently, this library doesn't have such an interface yet. If you set a
connection as read-only, it surely works, tho.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#39?email_source=notifications&email_token=AALRJSQMAMD7SEOCDDV7G6DRAAUUXA5CNFSM4KMNJAPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKDHENA#issuecomment-579236404>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALRJSU4SLJVQ3NH3MR6XY3RAAUUXANCNFSM4KMNJAPA>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How can I create a Read-Only transaction?
The text was updated successfully, but these errors were encountered: