| DBIx-Class-Schema-Loader documentation | view source | Contained in the DBIx-Class-Schema-Loader distribution. |
DBIx::Class::Schema::Loader::DBI::SQLite - DBIx::Class::Schema::Loader::DBI SQLite Implementation.
SQLite will fail all further commands on a connection if the underlying schema
has been modified. Therefore, any runtime changes requiring rescan also
require us to re-connect to the database. The rescan method here handles
that reconnection for you, but beware that this must occur for any other open
sqlite connections as well.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| DBIx-Class-Schema-Loader documentation | view source | Contained in the DBIx-Class-Schema-Loader distribution. |