diff options
| author | Damien Regad <dregad@mantisbt.org> | 2021-11-08 18:47:34 +0100 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2021-11-08 18:47:34 +0100 |
| commit | 348b170748fb4985f3270d0110d76f40811d87ba (patch) | |
| tree | ebf842dcced159f421ee9de0b0c106151329edb9 /docs/changelog.md | |
| parent | 3fab283dcccbdf38c341017fa626edd422c1ac46 (diff) | |
| download | adodb-348b170748fb4985f3270d0110d76f40811d87ba.tar.gz adodb-348b170748fb4985f3270d0110d76f40811d87ba.tar.bz2 adodb-348b170748fb4985f3270d0110d76f40811d87ba.zip | |
Update Changelog
Diffstat (limited to 'docs/changelog.md')
| -rw-r--r-- | docs/changelog.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md index da2c810e..1510bfac 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -59,6 +59,12 @@ Older changelogs: - [#759](https://github.com/ADOdb/ADOdb/issues/759) - pgsql: prevent AddColumnSQL() from updating existing values when default is changed [#635](https://github.com/ADOdb/ADOdb/issues/635) +- pgsql: Refactored _fixblobs() and replaced it with new _prepFields() method + [#767](https://github.com/ADOdb/ADOdb/issues/767) +- pgsql: Incorrect pg_execute() api calls + [#768](https://github.com/ADOdb/ADOdb/issues/768) +- pgsql: blobDelete() could silently fail with multiple connections + [#769](https://github.com/ADOdb/ADOdb/issues/769) - pdo: ensure bound statements are correctly formatted [#695](https://github.com/ADOdb/ADOdb/issues/695) - perf: fix invalid SQL |
