mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
MFH: use connection charset when reading LOB data
This commit is contained in:
parent
e6fd66facb
commit
d087c87ffe
1 changed files with 1 additions and 1 deletions
|
@ -548,7 +548,7 @@ int php_oci_statement_execute(php_oci_statement *statement, ub4 mode TSRMLS_DC)
|
||||||
outcol->descid = descr->id;
|
outcol->descid = descr->id;
|
||||||
buf = &(descr->descriptor);
|
buf = &(descr->descriptor);
|
||||||
descr->charset_form = outcol->charset_form;
|
descr->charset_form = outcol->charset_form;
|
||||||
descr->charset_id = outcol->charset_id;
|
/* descr->charset_id = outcol->charset_id; */
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case SQLT_LNG:
|
case SQLT_LNG:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue