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 Apr 17, 2018. It is now read-only.
For example, application runs on "d:/website/app", db file is in "e:/data/erp_development.db"
then the connection string becomes:
I fixed this issue by add the following line into dm-sqlite-adapter/adapter.rb file inside
normalize_options(options)
method:Then the connection string becomes:
and it works!
So do you think the added code will break other scenarios or it fixes a general issue?
The text was updated successfully, but these errors were encountered: