ORLite:Unicode 问题

发布于 2024-12-03 22:12:30 字数 128 浏览 2 评论 0原文

使用 ORLite 时,放置 sqlite_unicode 设置的正确位置在哪里?

Where is the right place to put the sqlite_unicode setting when using ORLite?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

倚栏听风 2024-12-10 22:12:30

不幸的是,没有一个真正好的地方。请参阅 bug #61191:在 DBI->connect 中启用 sqllite_unicode attrs 了解更多信息。

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

成熟稳重的好男人 2024-12-10 22:12:30

从现在开始,您可以只使用unicode 选项,它将为您设置 sqlite_unicode已在 1.52 中修复。 :-)

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

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,
    ...
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文