1
0
Fork 0
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:
Kenichi Ishigaki 2016-01-11 18:42:37 +09:00
parent d38cfa00c1
commit 57e13adb35

View file

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