On Thu, Jun 28, 2007, Mark Hatle wrote:
> I'd have to double check this in the code, but if the __dbabi is "0" (or
> maybe it was -1), rpm will work w/ both sqlite and db databases..
> basically it'll try to open it as one, if it can't it'll fall back to
> the other format. (I don't remember the order it looks in.)
> [...]
Yes, according to the code it looks that if __dbapi is set to -1 is sets
it to 5 and decrements to 1 until it finds an implementation. So SQLite
would be preferred here and if not found it would use Berkeley-DB.
Ralf S. Engelschall
rse@engelschall.com
www.engelschall.com
Received on Thu Jun 28 18:40:33 2007