mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-494: Add IBM DB2 Support #619
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 (Apr 5, 2010).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user @beberlei:
Add IBM DB2 Support for the final release of Doctrine 2
@doctrinebot commented on GitHub (Apr 5, 2010):
@doctrinebot commented on GitHub (Apr 8, 2010):
Comment created by @beberlei:
Committed to a feature branch:
http://github.com/beberlei/doctrine2/tree/ibmdb2
The DBAL tests work "ok" for this, however it segfaults on allmost all ORM tests. Its getting to annoying to work with this, does anyone want to pick up from there?
@doctrinebot commented on GitHub (Apr 17, 2010):
Comment created by @beberlei:
Linked maybe, it seems IBM DB2 either does not allow the DEFAULT key for columns, or you have to specify a valid default value. I have to investigate this problem more...
@doctrinebot commented on GitHub (Apr 17, 2010):
Comment created by @beberlei:
Got PDO_IBM working, just one little problem left to tackle :-)
https://www.ibm.com/developerworks/forums/thread.jspa?threadID=325698
@doctrinebot commented on GitHub (Apr 18, 2010):
Comment created by @beberlei:
PDO_IBM is completed, there is only one bug in PDO_IBM that needs to be resolved for the full support (http://pecl.php.net/bugs/bug.php?id=17199), i.e. CLOB/BLOB values don't work correctly.
You can use string types instead, which allow up to 32000 chars.
@doctrinebot commented on GitHub (Apr 18, 2010):
Comment created by @beberlei:
Still missing is the support for IBM_DB2 Pecl extension.
Additionally both drivers allow to access Informix databases also, which is not supported yet at all.
@doctrinebot commented on GitHub (May 1, 2010):
Comment created by @beberlei:
There is now support for the IBM_PDO and the IBM_DB2 extensions in trunk of Doctrine 2
@doctrinebot commented on GitHub (May 1, 2010):
Issue was closed with resolution "Fixed"