summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2018-01-30 17:28:03 +0100
committerDamien Regad <dregad@mantisbt.org>2018-01-30 17:28:03 +0100
commitf6d8820eaacaaba4e1b4f21ffa10a5da3075c611 (patch)
treecb651659af5143e973f50fba90b57551e61b9cf2 /README.md
parent902903328d2adc4b4ee76ad8055f39b3598d5c97 (diff)
downloadadodb-f6d8820eaacaaba4e1b4f21ffa10a5da3075c611.tar.gz
adodb-f6d8820eaacaaba4e1b4f21ffa10a5da3075c611.tar.bz2
adodb-f6d8820eaacaaba4e1b4f21ffa10a5da3075c611.zip
README: remove 5.19 associative fetch mode warning
5.20.0 was released in November 2015, everybody should have migrated by now...
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/README.md b/README.md
index 3ecedf0d..273c24ce 100644
--- a/README.md
+++ b/README.md
@@ -18,15 +18,6 @@ see [License](https://github.com/ADOdb/ADOdb/blob/master/LICENSE.md) for details
Home page: http://adodb.org/
-> **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,
-> Interbase and Foxpro, but possibly affects other drivers as well; all drivers
-> derived from the above are also impacted.
-> For further details, please refer to [Issue #20](https://github.com/ADOdb/ADOdb/issues/20).
-
Introduction
============