php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #75828 Data in XML columns are returned as NULL
Submitted: 2018-01-17 05:50 UTC Modified: 2018-01-17 06:08 UTC
Votes:2
Avg. Score:4.0 ± 1.0
Reproduced:0 of 0 (0.0%)
From: michael dot bianan at applic8 dot ph Assigned:
Status: Open Package: PDO_IBM (PECL)
PHP Version: 5.6.33 OS: Ubuntu 14.04 LTS
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: michael dot bianan at applic8 dot ph
New email:
PHP Version: OS:

 

 [2018-01-17 05:50 UTC] michael dot bianan at applic8 dot ph
Description:
------------
$db->query("Select XMLCOLTEST from TABLETEST"); 
var_dump($query->fetch());


The result is that XMLCOLTEST will always be NULL even if there is data in it. 
This issue does not occur in the native php driver db2_*** functions. 


Expected result:
----------------
The expected result is that the column should not be NULL. 



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-01-17 06:08 UTC] michael dot bianan at applic8 dot ph
Further Info: DB2 level 

DB21085I  This instance or install (instance name, where applicable: 
"db2inst1") uses "64" bits and DB2 code release "SQL10055" with level 
identifier "0606010E".
Informational tokens are "DB2 v10.5.0.5", "s141128", "IP23633", and Fix Pack 
"5".
Product is installed at "/opt/ibm/db2/V10.5".
 [2018-01-17 06:10 UTC] michael dot bianan at applic8 dot ph
PDO IBM Version = 1.3.5
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 17:01:58 2024 UTC