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:
parent
20111c7043
commit
8682cbe79f
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue