mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-06 21:58:01 -04:00
Set UTF8CACHE to avoid slowdown with -DDEBUGGING
This commit is contained in:
parent
fc64c4688a
commit
9c6cbfcc51
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ use if -d ".git", "Test::FailWarnings";
|
|||
use DBD::SQLite;
|
||||
use DBD::SQLite::Constants ':dbd_sqlite_string_mode';
|
||||
|
||||
# Avoid slowdown with -DDEBUGGING:
|
||||
${^UTF8CACHE} = 1;
|
||||
|
||||
my @texts = ("il était une bergère",
|
||||
"qui gardait ses moutons",
|
||||
"elle fit un fromage",
|
||||
|
|
Loading…
Add table
Reference in a new issue