[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
0xampp
/
perl
/
vendor
/
lib
/
DBIx
/
Class
/
SQLMaker
/
[
Home
]
File: SQLite.pm
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;