Doctrine Project

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What’s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
Doctrine 2 - ORM
  • Doctrine 2 - ORM
  • DDC-494

Add IBM DB2 Support

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: New Feature New Feature
  • Status: Resolved Resolved
  • Priority: Trivial Trivial
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 2.0-BETA2
  • Component/s: ORM
  • Security Level: All
  • Labels:
    None

Description

Add IBM DB2 Support for the final release of Doctrine 2

Issue Links

depends on

Bug - A problem which impairs or prevents the functions of the product. DDC-526 Abstract Type needs method "getEmptyValue"

  • Major - Major loss of function.
  • Resolved - A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.
  • Options
    • Show All
    • Show Open
Progress
Resolved Sub-Tasks

Sub-Tasks

1.
Add Platform and SchemaManager for DB2 Sub-task Resolved Resolved Benjamin Eberlei
 
2.
Add Driver and Statement for DB2 Sub-task Resolved Resolved Benjamin Eberlei
 
3.
Add PDO_IBM Support Sub-task Resolved Resolved Benjamin Eberlei
 

Activity

Descending order - Click to sort in ascending order
  • All
  • Comments
  • History
  • Activity
  • Source
Hide
Permalink
Benjamin Eberlei added a comment - 01/May/10 5:23 AM

There is now support for the IBM_PDO and the IBM_DB2 extensions in trunk of Doctrine 2

Show
Benjamin Eberlei added a comment - 01/May/10 5:23 AM There is now support for the IBM_PDO and the IBM_DB2 extensions in trunk of Doctrine 2
Hide
Permalink
Benjamin Eberlei added a comment - 18/Apr/10 1:29 PM

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.

Show
Benjamin Eberlei added a comment - 18/Apr/10 1:29 PM 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.
Hide
Permalink
Benjamin Eberlei added a comment - 18/Apr/10 1:26 PM

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.

Show
Benjamin Eberlei added a comment - 18/Apr/10 1:26 PM 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.
Hide
Permalink
Benjamin Eberlei added a comment - 17/Apr/10 5:50 AM

Got PDO_IBM working, just one little problem left to tackle

https://www.ibm.com/developerworks/forums/thread.jspa?threadID=325698

Show
Benjamin Eberlei added a comment - 17/Apr/10 5:50 AM Got PDO_IBM working, just one little problem left to tackle https://www.ibm.com/developerworks/forums/thread.jspa?threadID=325698
Hide
Permalink
Benjamin Eberlei added a comment - 17/Apr/10 3:58 AM

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...

Show
Benjamin Eberlei added a comment - 17/Apr/10 3:58 AM 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...
Hide
Permalink
Benjamin Eberlei added a comment - 08/Apr/10 4:57 PM

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?

Show
Benjamin Eberlei added a comment - 08/Apr/10 4:57 PM 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?

People

  • Assignee:
    Benjamin Eberlei
    Reporter:
    Benjamin Eberlei
Vote (0)
Watch (0)

Dates

  • Created:
    05/Apr/10 1:44 PM
    Updated:
    14/Jun/10 9:17 AM
    Resolved:
    01/May/10 5:23 AM
  • Atlassian JIRA (v5.2.7#850-sha1:b2af0c8)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Doctrine Project. Try JIRA - bug tracking software for your team.