From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

package # Hide from PAUSE
DBIx::Class::SQLMaker::SQLite;
use strict;
#
# SQLite does not understand SELECT ... FOR UPDATE
# Disable it here
sub _lock_select () { '' };
1;