Subject: | Caching broken in |
The cache used by Class::DBI::DATA::Schema for translated sql does not distinguish between database types, therefore if installing after doing make test (which results in the caching of a sqlite version) you cannot install in other than mysql (no translation necessary) or sqlite. I've raised a bug on Class::DBI::DATA::Schema (6827) but in the meantime it would probably be good to disable caching or to use the name of the database being translated to as part of the cache argument so there is a separate one for each database type.
Thanks
Matthew