in reply to DBIx::Class and locking tables
I haven't used it personally but it seems like
$schema->dbh_do("LOCK TABLES blah"); ... ... $schema->dbh_do("UNLOCK TABLES");
should do what you want. See the docs for DBIx::Class::Storage::DBI
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: DBIx::Class and locking tables
by Anonymous Monk on Aug 12, 2010 at 17:26 UTC |