mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
foreign_keys pragma is not set by default now
This commit is contained in:
parent
e0e59933f5
commit
09e7f2d4f8
1 changed files with 1 additions and 1 deletions
|
@ -772,7 +772,7 @@ SQLite has a set of "Pragma"s to modifiy its operation or to query
|
|||
for its internal data. These are specific to SQLite and are not
|
||||
likely to work with other DBD libraries, but you may find some of
|
||||
these are quite useful. DBD::SQLite actually sets some (like
|
||||
C<foreign_keys> above) for you when you connect to a database.
|
||||
C<show_datatypes>) for you when you connect to a database.
|
||||
See L<http://www.sqlite.org/pragma.html> for details.
|
||||
|
||||
=head2 Transactions
|
||||
|
|
Loading…
Add table
Reference in a new issue