php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #56992 XML Support For Next DB2 Release
Submitted: 2006-04-28 12:03 UTC Modified: 2017-01-29 04:22 UTC
From: kfbombar at us dot ibm dot com Assigned:
Status: No Feedback Package: *General Issues
PHP Version: 5_1 CVS-2006-04-28 OS: *
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2006-04-28 12:03 UTC] kfbombar at us dot ibm dot com
Description:
------------
The native XML column is going to be appear in DB2 Viper.  Can PDO_ODBC have support for this column in terms of insertion, selection, etc?

Reproduce code:
---------------
.

Expected result:
----------------
.

Actual result:
--------------
.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-04-29 21:51 UTC] wez@php.net
If we can treat it as text, there should be no problem.
Can you provide details on how to work with this column type?
 [2006-05-01 10:35 UTC] kfbombar at us dot ibm dot com
We made a very similar change in the ibm_db2 extension to add XML capability.  We bound the XML column internally as a binary file, but treated it as text.  You can look at the code and see very plainly how we implemented it.  Please let me know if you need any further information.
 [2017-01-20 20:53 UTC] heiglandreas@php.net
-Status: Open +Status: Feedback -Package: PDO_ODBC +Package: *General Issues
 [2017-01-20 20:53 UTC] heiglandreas@php.net
Is this still relevant?
 [2017-01-29 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 18:01:31 2024 UTC