Initial Commit
This commit is contained in:
14
database/perl/vendor/lib/DBIx/Class/SQLMaker/SQLite.pm
vendored
Normal file
14
database/perl/vendor/lib/DBIx/Class/SQLMaker/SQLite.pm
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
package # Hide from PAUSE
|
||||
DBIx::Class::SQLMaker::SQLite;
|
||||
|
||||
use warnings;
|
||||
use strict;
|
||||
|
||||
use base qw( DBIx::Class::SQLMaker );
|
||||
|
||||
#
|
||||
# SQLite does not understand SELECT ... FOR UPDATE
|
||||
# Disable it here
|
||||
sub _lock_select () { '' };
|
||||
|
||||
1;
|
||||
Reference in New Issue
Block a user