[Python-Dev] bsddb3 imported (original) (raw)

Martin v. L�wis martin@v.loewis.de
Tue, 19 Nov 2002 16:52:30 +0100


SM> I take it that database files created before the switch will SM> still work as long as the same underlying version of the SM> Sleepycat libraries is used, yes?

Depends. API version <> file format version.

If it is the very same underlying version of the Sleepycat libraries, how could the file format be different?

Regards, Martin