Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 luasql 的 oci8 驱动程序来访问 Oracle 数据库。所有查询都工作正常。但是,如果我尝试将日期查询实现为:
conn:execute "select sysdate from dual"
它抛出错误:
无效类型 12 #
我在某处读到 oci8 驱动程序不支持日期数据类型。并提到了一些步骤来增加支持,但它们不起作用。
那么有人知道如何在 oci8 驱动程序中集成对日期的支持吗?
任何帮助表示赞赏。