Changes between Initial Version and Version 1 of Ticket #31090, comment 4


Ignore:
Timestamp:
Dec 16, 2019, 6:09:00 AM (4 years ago)
Author:
Mariusz Felisiak

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31090, comment 4

    initial v1  
    1 Note: `BEGIN` is logged only on SQLite as a workaround to start a transaction explicitly in autocommit mode, you will not find it in loggers for other databases.
     1Note: `BEGIN` is logged only on SQLite as a workaround to start a transaction explicitly in autocommit mode, you will not find it in loggers for other databases. It is not a  start of transaction.
Back to Top