summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2015-04-21 01:24:00 +0200
committerDamien Regad <dregad@mantisbt.org>2015-05-04 01:07:36 +0200
commit446b8bc5895db066407ab081791231e5a9ea2a1a (patch)
tree50891bbe26980dd2e65af8b429934dc7b8db8ffe /README.md
parentdd5ff459bb3a90feae37e2e22f73554563c50b1b (diff)
downloadadodb-446b8bc5895db066407ab081791231e5a9ea2a1a.tar.gz
adodb-446b8bc5895db066407ab081791231e5a9ea2a1a.tar.bz2
adodb-446b8bc5895db066407ab081791231e5a9ea2a1a.zip
Warning about Associative fetch mode issue in v5.19
Add a warning message in the Readme file as well as the 5.19 changelog, briefly describing the issue with fetching data in associative mode from interbase, mssql, foxpro and possibly other DB engines, as well as those derived from them. Issue #20
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index cc6e640a..8e7cf0b8 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,14 @@ 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**
+> 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
============