#1277 ✓resolved
Dan Kubb (dkubb)

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

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.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

Attachments

Referenced by

Pages