You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
Ideally, we should allow passing the relative path to a SQLite database instead of requiring the absolute path; this is more portable, and more likely expected.
This will likely require a change to the Zend\Db\Adapter\AdapterAbstractServiceFactory class to resolve the filename if a relative path is provided. Alternately, we could do this in zf-apigility via a MERGE_CONFIG listener.
The text was updated successfully, but these errors were encountered:
Ideally, we should allow passing the relative path to a SQLite database instead of requiring the absolute path; this is more portable, and more likely expected.
This will likely require a change to the
Zend\Db\Adapter\AdapterAbstractServiceFactory
class to resolve the filename if a relative path is provided. Alternately, we could do this in zf-apigility via aMERGE_CONFIG
listener.The text was updated successfully, but these errors were encountered: