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
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.
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.Originally posted by @weierophinney at zfcampus/zf-apigility-admin#202
The text was updated successfully, but these errors were encountered: