diff options
| author | Damien Regad <dregad@mantisbt.org> | 2022-06-09 16:51:47 +0200 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2022-06-09 16:51:47 +0200 |
| commit | 996d27ad7ee5b7a80fb1a3ad7732064a1e17e9fe (patch) | |
| tree | cbbafc1e0725e2b8876b10e4e42643b0bf519c32 /docs | |
| parent | 47ea492568d236172c6ba5075753d0ad49046cd0 (diff) | |
| download | adodb-996d27ad7ee5b7a80fb1a3ad7732064a1e17e9fe.tar.gz adodb-996d27ad7ee5b7a80fb1a3ad7732064a1e17e9fe.tar.bz2 adodb-996d27ad7ee5b7a80fb1a3ad7732064a1e17e9fe.zip | |
Fix Active Record changing case of properties
With ADODB_ASSOC_CASE and ADODB_QUOTE_FIELDNAMES in Native mode, active
record class properties were converted to uppercase.
Problem was introduced by commit 7b0d040355753aa95e6068b54bbaf3014f8da3e8
(see #610).
Fixes #837
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md index 9584381f..ae012b08 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -24,6 +24,8 @@ Older changelogs: [#838](https://github.com/ADOdb/ADOdb/issues/838) - pdo: Fix uncaught TypeError on PHP 8 [#840](https://github.com/ADOdb/ADOdb/issues/840) +- active record: fix changing case of class properties in Native mode + [#837](https://github.com/ADOdb/ADOdb/issues/837) ## [5.22.2] - 2022-05-08 |
