Subject | pyfirebirdsql commit and rollback |
---|---|
Author | Philippe Makowski |
Post date | 2011-06-07T18:19:03Z |
Hi,
I have one question about the code
why in commit and rollback you finish with self.begin()
this lead to open a new transaction as soon as you do commit or a rollback
is that really a good behavior ?
what all of you think about this ?
are you expecting this behavior ?
I have one question about the code
why in commit and rollback you finish with self.begin()
this lead to open a new transaction as soon as you do commit or a rollback
is that really a good behavior ?
what all of you think about this ?
are you expecting this behavior ?