diff options
| author | Damien Regad <dregad@mantisbt.org> | 2016-09-14 18:42:05 +0200 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2016-09-14 18:42:05 +0200 |
| commit | 27bcd7d09f25850ac6e77847a32f04e0012f4671 (patch) | |
| tree | e66560a48eda78f7c7fb38a51ed8408b2d3e4e3d /docs/changelog.md | |
| parent | a12f6e12dcbd694dc0ae3a08f7da713a4bbfb47a (diff) | |
| download | adodb-27bcd7d09f25850ac6e77847a32f04e0012f4671.tar.gz adodb-27bcd7d09f25850ac6e77847a32f04e0012f4671.tar.bz2 adodb-27bcd7d09f25850ac6e77847a32f04e0012f4671.zip | |
xml: support table 'opt' attribute with mysqli
Until now, the attribute was simply ignored for mysqli.
Fixes #267
Diffstat (limited to 'docs/changelog.md')
| -rw-r--r-- | docs/changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md index 742f4e41..ff43117a 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -44,6 +44,7 @@ Older changelogs: - sqlite: Fix Metataypes mapping. #177 - sqlite: driver did not support metaForeignKeys. #179 - session: add 'httponly' flag to cookie. #190 +- xml: support table 'opt' attribute with mysqli. #267 ## 5.20.6 - 31-Aug-2016 |
