Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #189 causes a regression error #198

Closed
mnewnham opened this issue Feb 11, 2016 · 0 comments
Closed

Fix #189 causes a regression error #198

mnewnham opened this issue Feb 11, 2016 · 0 comments
Assignees
Labels
bug core ADOdb core (library and base classes)
Milestone

Comments

@mnewnham
Copy link
Contributor

When fix #189 was applied, if $ADODB_FETCH_MODE is not set, but $db->setFetchMode(ADODB_FETCH_ASSOC) is set, the method runs as if $db->setFetchMode(ADODB_FETCH_NUM) has been set

@mnewnham mnewnham added bug core ADOdb core (library and base classes) labels Feb 11, 2016
@mnewnham mnewnham self-assigned this Feb 11, 2016
@mnewnham mnewnham added this to the v5.21 milestone Feb 11, 2016
mnewnham added a commit that referenced this issue Feb 12, 2016
The fix to handle queries sent while fetch mode was ADODB_FETCH_BOTH,
causes data to be returned in invalid format if the fetch mode was
set to ADODB_FETCH_ASSOC, but $ADODB_FETCH_MODE was not set.
dregad pushed a commit that referenced this issue Feb 24, 2016
The fix to handle queries sent while fetch mode was ADODB_FETCH_BOTH,
causes data to be returned in invalid format if the fetch mode was
set to ADODB_FETCH_ASSOC, but $ADODB_FETCH_MODE was not set.

Signed-off-by: Damien Regad <dregad@mantisbt.org>
@dregad dregad closed this as completed Feb 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug core ADOdb core (library and base classes)
Projects
None yet
Development

No branches or pull requests

2 participants