mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-120: Create oci8 driver #152
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Nov 6, 2009).
Jira issue originally created by user romanb:
The pdo_oci driver is sometimes problematic. Even the test suite results in segfaults already when using pdo_oci.
@doctrinebot commented on GitHub (Nov 6, 2009):
@doctrinebot commented on GitHub (Nov 8, 2009):
Comment created by @beberlei:
oci8 handles CLOBs quite differently, using a OCI-LOB object instead of returning the LOB as text. How should we handle this?
@doctrinebot commented on GitHub (Nov 11, 2009):
Comment created by @jwage:
This is committed and is working well so far. We should open new issues now for any problems we find.
@doctrinebot commented on GitHub (Nov 11, 2009):
Issue was closed with resolution "Fixed"