summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2015-11-27 12:19:48 +0100
committerDamien Regad <dregad@mantisbt.org>2015-11-28 01:39:29 +0100
commit48662642d83ba86f28ce12e82a6dd6a8853d3b6f (patch)
treee1f809edf9645320bbc3d0c37952969547f8d1bd /README.md
parentf54c9722c41d5d4490b147ad5898c45ce1b962ea (diff)
downloadadodb-48662642d83ba86f28ce12e82a6dd6a8853d3b6f.tar.gz
adodb-48662642d83ba86f28ce12e82a6dd6a8853d3b6f.tar.bz2
adodb-48662642d83ba86f28ce12e82a6dd6a8853d3b6f.zip
Update warning: inform users to upgrade to 5.20
The issue with Associative Fetch Mode has been fixed in commit 21258606cdd93fb3d9481bb83f01c4deb02cff19.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8e7cf0b8..b75a0763 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,8 @@ This means you can use it in proprietary products.
Home page: http://adodb.sourceforge.net/
-> **WARNING: known issue with Associative Fetch Mode in ADOdb v5.19**
+> **WARNING: known issue with Associative Fetch Mode in ADOdb v5.19
+-- PLEASE UPGRADE TO v5.20 !**
> When fetching data in Associative mode (i.e. when `$ADODB_FETCH_MODE` is
> set to *ADODB_FETCH_ASSOC*), recordsets do not return any data (empty strings)
> when using some database drivers. The problem has been reported on MSSQL,