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.
我在 Oracle 数据库上使用 symfony 1.4.3 和 propel 1.4.1,但我遇到了 blob 类型的问题。我知道 oracle pdo (pdo_oci) 是实验性的,而且似乎没有改进。我一直在寻找将推进器与 oci8 一起使用的方法,但我认为不支持,也不支持最新版本。
有没有使用oci8 实现Propel 数据访问的类?
我正在考虑将 Symfony2 与 Doctrine 一起使用,我认为它与 oci8 兼容,但我必须更新我的所有代码。