This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 64
DB Autodiscover supresses exceptions #364
Comments
Naktibalda
added a commit
to Naktibalda/zf-apigility-admin
that referenced
this issue
Sep 21, 2016
Allow all other exceptions to fall throw. Fixes zfcampus#364 Does not conflict with zfcampus#304
Naktibalda
added a commit
to Naktibalda/zf-apigility-admin
that referenced
this issue
Sep 21, 2016
Allow all other exceptions to fall throw. Fixes zfcampus#364 Does not conflict with zfcampus#304
Naktibalda
added a commit
to Naktibalda/zf-apigility-admin
that referenced
this issue
Sep 22, 2016
Allow all other exceptions to fall throw. Fixes zfcampus#364 Does not conflict with zfcampus#304
Naktibalda
added a commit
to Naktibalda/zf-apigility-admin
that referenced
this issue
Sep 23, 2016
Allow all other exceptions to fall throw. Fixes zfcampus#364 Does not conflict with zfcampus#304
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
I thought that DB autodiscover feature is broken because it returned an empty list of tables for non-empty database:
I did some debugging, and when I printed
$e->getMessage()
here,I got this output:
I fixed my issue by changing
utf-8
toutf8
, but it would be nice if Apigility told me that character set is incorrect without debugging.Related PR #305
The text was updated successfully, but these errors were encountered: