summaryrefslogtreecommitdiff
path: root/docs/changelog.md
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2023-11-04 22:10:23 +0100
committerDamien Regad <dregad@mantisbt.org>2023-11-04 22:10:23 +0100
commit69a116e1be04973e66612c3482f17f05f51d5abf (patch)
treecf4a070beb53e367f08a70693d56784bb8291560 /docs/changelog.md
parente9581d1b65c0303534c83ffca55a77975d66cecf (diff)
downloadadodb-69a116e1be04973e66612c3482f17f05f51d5abf.tar.gz
adodb-69a116e1be04973e66612c3482f17f05f51d5abf.tar.bz2
adodb-69a116e1be04973e66612c3482f17f05f51d5abf.zip
PDO oci: wrong max_length when precision > 0
When metaColumns() is called for a table having a NUMBER column with a non-zero scale (e.g. NUMBER(8,2)), the PDO oci driver incorrectly sets the ADOFieldObject's max_length to the column's length instead of its precision. Align handling of number fields in ADODB_pdo_oci::metaColumns() to match the oci8 driver's correct behavior. Fixes #1007
Diffstat (limited to 'docs/changelog.md')
0 files changed, 0 insertions, 0 deletions