DBD::SQLite 1.63_05 (with SQLite 3.29.0) is a release candidate for the next stable DBD::SQLite. There are no big changes, maybe except for two new db_config options to disallow double-quoted string literals. use DBD::SQLite::Constants qw/:database_connection_configuration_options/; $dbh->sqlite_db_config( SQLITE_DBCONFIG_DQS_DML, 1 ); $dbh->do('INSERT INTO...