1
0
Fork 0
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:
Kenichi Ishigaki 2010-01-01 12:42:08 +00:00
parent e0e59933f5
commit 09e7f2d4f8

View file

@ -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