Changes between Initial Version and Version 1 of Ticket #31090, comment 4
- Timestamp:
- Dec 16, 2019, 6:09:00 AM (5 years ago)
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. 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. It is not a start of transaction.