PySQLPool
PySQLPool copied to clipboard
commitOnEnd on a Query is ignored
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.
I also had this issue.