DDC-494: Add IBM DB2 Support #619

Closed
opened 2026-01-22 12:44:45 +01:00 by admin · 8 comments
Owner

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

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
admin added the New Feature label 2026-01-22 12:44:45 +01:00
admin closed this issue 2026-01-22 12:44:46 +01:00
Author
Owner

@doctrinebot commented on GitHub (Apr 5, 2010):

@doctrinebot commented on GitHub (Apr 5, 2010): - depends on [DDC-526: Abstract Type needs method "getEmptyValue"](http://www.doctrine-project.org/jira/browse/DDC-526)
Author
Owner

@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 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?
Author
Owner

@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: 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...
Author
Owner

@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 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
Author
Owner

@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: 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.
Author
Owner

@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 (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.
Author
Owner

@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): Comment created by @beberlei: There is now support for the IBM_PDO and the IBM_DB2 extensions in trunk of Doctrine 2
Author
Owner

@doctrinebot commented on GitHub (May 1, 2010):

Issue was closed with resolution "Fixed"

@doctrinebot commented on GitHub (May 1, 2010): Issue was closed with resolution "Fixed"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#619