mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
Fix typo
This commit is contained in:
parent
872aa29ee1
commit
db59ba03e9
2 changed files with 2 additions and 2 deletions
2
README
2
README
|
@ -247,7 +247,7 @@ NOTABLE DIFFERENCES FROM OTHER DRIVERS
|
||||||
yet) but you're not allowed to call "begin_work" method (if you
|
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
|
don't issue a "BEGIN", it will be issued internally). You can commit
|
||||||
or roll it back freely. Another transaction will automatically
|
or roll it back freely. Another transaction will automatically
|
||||||
begins if you execute another statement.
|
begin if you execute another statement.
|
||||||
|
|
||||||
$dbh->{AutoCommit} = 0;
|
$dbh->{AutoCommit} = 0;
|
||||||
|
|
||||||
|
|
|
@ -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
|
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).
|
(if you don't issue a C<BEGIN>, it will be issued internally).
|
||||||
You can commit or roll it back freely. Another transaction will
|
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;
|
$dbh->{AutoCommit} = 0;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue