When I connect with DBI/DBD::SQLite to a sqlite database without setting the sqlite_unicode pragma, is then used the sqlite_unicode setting the database was created with?
When I connect with DBI/DBD::SQLite to a sqlite database without setting the sqlite_unicode pragma,
Share
No. It’s not a pragma, it’s a setting that controls whether DBD::SQLite is to decode text or not.