开发者

ORLite: Unicode-question

开发者 https://www.devze.com 2023-04-03 05:54 出处:网络
Where is the right place to put the sqlite_unicode开发者_JAVA技巧 setting when using ORLite?Unfortunately, there isn\'t a really good place.See bug #61191: Enable sqllite_unicode in the DBI->connec

Where is the right place to put the sqlite_unicode开发者_JAVA技巧 setting when using ORLite?


Unfortunately, there isn't a really good place. See bug #61191: Enable sqllite_unicode in the DBI->connect attrs for more information.


From now on, you can just use the unicode option, which will set sqlite_unicode for you. Fixed in 1.52. :-)

use ORLite {
    file    => 'sample.db',
    unicode => 1,
    ...
0

精彩评论

暂无评论...
验证码 换一张
取 消