Subject pyfirebirdsql commit and rollback
Author Philippe Makowski
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 ?