mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
create_module is for dbh, not sth
This commit is contained in:
parent
d38cfa00c1
commit
57e13adb35
1 changed files with 1 additions and 1 deletions
|
@ -2199,7 +2199,7 @@ Returns a hash reference that holds a set of status information of SQLite statem
|
|||
|
||||
You may also pass 0 as an argument to reset the status.
|
||||
|
||||
=head2 $sth->sqlite_create_module()
|
||||
=head2 $dbh->sqlite_create_module()
|
||||
|
||||
Registers a name for a I<virtual table module>. Module names must be
|
||||
registered before creating a new virtual table using the module and
|
||||
|
|
Loading…
Add table
Reference in a new issue