【发布时间】:2016-07-04 13:20:57
【问题描述】:
我在 SQLite 中使用布尔类型时遇到问题。错误信息是:
致命错误:未捕获的异常“Doctrine\DBAL\DBALException”与 message '未知的数据库类型 bool 请求, Doctrine\DBAL\Platforms\SqlitePlatform 可能不支持。'
连接到 SQLite 数据库时发生错误。数据库模式只是这里的默认值:https://doc.powerdns.com/md/authoritative/backend-generic-sqlite/
我该如何解决这个问题?我在 Google/Stackoverflow 上找不到任何东西。
【问题讨论】:
-
如果您对我的问题投反对票,请告诉我原因,以便我解释不清楚的地方并添加缺失的信息!谢谢!
标签: php sqlite doctrine-orm doctrine