PySQLPool icon indicating copy to clipboard operation
PySQLPool copied to clipboard

commitOnEnd on a Query is ignored

Open CiaranG opened this issue 9 years ago • 1 comments

Missing a 'self.commitOnEnd = commitOnEnd' in Query.init I think. Otherwise, the commitOnEnd behaviour works if you specify it at the connection level, but is completely ignored if specified at the query level.

CiaranG avatar Feb 19 '16 08:02 CiaranG

I also had this issue.

jbalatero avatar Mar 10 '16 01:03 jbalatero