开发者

ORLite: Unicode-question

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜