
Setup URI should be able to use "sqlite" scheme
Reported by Dan Kubb (dkubb) | May 20th, 2010 @ 02:41 AM
When using DataMapper.setup, it should be possible to use a URI
like sqlite::memory:
, but currently you must specify
sqlite3
for it to map to the adapter properly.
I think that anytime sqlite3
is passed in, it
should be normalized to sqlite
, and then the adapter
loaded using the constant derived from this string.
Comments and changes to this ticket
-
-
Dan Kubb (dkubb) May 21st, 2010 @ 05:57 PM
- State changed from unconfirmed to resolved
(from [1358360ddbff81d3f890670e26c1456a9e27b491]) Setup URI now supports 'sqlite' and 'sqlite3' scheme
[#1277 state:resolved] http://github.com/datamapper/dm-sqlite-adapter/commit/1358360ddbff8...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
People watching this ticket
Attachments
Referenced by
-
1277 Setup URI should be able to use "sqlite" scheme [#1277 state:resolved] http://github.com/datamapper/dm-s...