Message286293
After read some issues, there are two major concerns:
1, backward compatibility.
2, implicit commit is bad, tolerates bug-prone codes.
However they are not contradictory if we print a warning when doing an implicit commit. Some messages like this:
Warning: sqlite3 module issued an implicit commit before executing VACUUM, you should commit this transaction by yourself, that's a good habit, etc..
Then we can keep backward compatibility, and no longer commit implicitly. |
|
Date |
User |
Action |
Args |
2017-01-26 03:58:07 | malin | set | recipients:
+ malin, ghaering, berker.peksag, serhiy.storchaka, palaviv |
2017-01-26 03:58:07 | malin | set | messageid: <1485403087.75.0.666545510846.issue29121@psf.upfronthosting.co.za> |
2017-01-26 03:58:07 | malin | link | issue29121 messages |
2017-01-26 03:58:07 | malin | create | |
|