1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 06:08:38 -04:00
This commit is contained in:
René Nyffenegger 2017-09-01 00:00:16 +02:00 committed by René Nyffenegger
parent 872aa29ee1
commit db59ba03e9
2 changed files with 2 additions and 2 deletions

2
README
View file

@ -247,7 +247,7 @@ NOTABLE DIFFERENCES FROM OTHER DRIVERS
yet) but you're not allowed to call "begin_work" method (if you
don't issue a "BEGIN", it will be issued internally). You can commit
or roll it back freely. Another transaction will automatically
begins if you execute another statement.
begin if you execute another statement.
$dbh->{AutoCommit} = 0;

View file

@ -1364,7 +1364,7 @@ a C<BEGIN> statement (only when an actual transaction has not
begun yet) but you're not allowed to call C<begin_work> method
(if you don't issue a C<BEGIN>, it will be issued internally).
You can commit or roll it back freely. Another transaction will
automatically begins if you execute another statement.
automatically begin if you execute another statement.
$dbh->{AutoCommit} = 0;