1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00

removed old description on pragma; show_database is not set anymore

This commit is contained in:
Kenichi Ishigaki 2013-04-30 11:38:29 +00:00
parent 20111c7043
commit 8682cbe79f

View file

@ -1094,9 +1094,8 @@ See L<http://www.sqlite.org/foreignkeys.html> for details.
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<show_datatypes>) for you when you connect to a database.
See L<http://www.sqlite.org/pragma.html> for details.
these are quite useful. See L<http://www.sqlite.org/pragma.html>
for details.
=head2 Transactions