How to use prepared statements inside transactions? #790
Unanswered
spiffytech
asked this question in
Q&A
Replies: 1 comment
-
I think there is an issue for this: #613 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I create a prepared statement in advance, then use it within a transaction? With a prepared statement built from the
db
object, I'm not sure how to connect it to atx
object.(I'm using SQLite)
Beta Was this translation helpful? Give feedback.
All reactions