summaryrefslogtreecommitdiff
path: root/docs/changelog_v4.x.md
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2018-08-06 18:27:12 +0200
committerDamien Regad <dregad@mantisbt.org>2018-08-06 18:27:12 +0200
commitac34e7169b9667ba862e8771415281b2a9bcecb9 (patch)
tree706737111e39c6a29477649fae73d5d2936d2147 /docs/changelog_v4.x.md
parent980aa9965bfabddc0eb0be5dfc1fcf3c73899e8b (diff)
parent748c0748477f328a23300bae80f88cc606a6d7a2 (diff)
downloadadodb-ac34e7169b9667ba862e8771415281b2a9bcecb9.tar.gz
adodb-ac34e7169b9667ba862e8771415281b2a9bcecb9.tar.bz2
adodb-ac34e7169b9667ba862e8771415281b2a9bcecb9.zip
Merge branch 'hotfix/5.20' (v5.20.13)
# Conflicts: # adodb-time.inc.php # docs/changelog.md # drivers/adodb-mssql.inc.php # drivers/adodb-mssqlnative.inc.php # drivers/adodb-oci8po.inc.php
Diffstat (limited to 'docs/changelog_v4.x.md')
-rw-r--r--docs/changelog_v4.x.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/changelog_v4.x.md b/docs/changelog_v4.x.md
index 84bdd8a7..e346921b 100644
--- a/docs/changelog_v4.x.md
+++ b/docs/changelog_v4.x.md
@@ -214,7 +214,7 @@ rs2html($rs2);
- Removed `$off = $fieldOffset - 1` line in db2 driver, FetchField(). Tx Larry Menard.
- Added support for PHP5 objects as Execute() bind parameters using `__toString` (eg. Simple-XML). Thx Carl-Christian Salvesen.
- Rounding in tohtml.inc.php did not work properly. Fixed.
-- MetaIndexes in postgres fails when fields are deleted then added in again because the attnum has gaps in it. See http://sourceforge.net/tracker/index.php?func=detail&aid=1451245&group_id=42718&atid=433976. Fixed.
+- MetaIndexes in postgres fails when fields are deleted then added in again because the attnum has gaps in it. See https://sourceforge.net/p/adodb/bugs/45/. Fixed.
- MetaForeignkeys in mysql and mysqli did not work when fetchMode==ADODB_FETCH_ASSOC used. Fixed.
- Reference error in AutoExecute() fixed.
- Added macaddr postgres type to MetaType. Maps to 'C'.