mirror of
https://github.com/php/php-src.git
synced 2026-03-31 04:32:19 +02:00
use connection character set when reading LOB data
This commit is contained in:
@@ -548,7 +548,7 @@ int php_oci_statement_execute(php_oci_statement *statement, ub4 mode TSRMLS_DC)
|
||||
outcol->descid = descr->id;
|
||||
buf = &(descr->descriptor);
|
||||
descr->charset_form = outcol->charset_form;
|
||||
descr->charset_id = outcol->charset_id;
|
||||
/* descr->charset_id = outcol->charset_id; */
|
||||
break;
|
||||
|
||||
case SQLT_LNG:
|
||||
|
||||
Reference in New Issue
Block a user