Re: session/otks gdbm db's not compatible - python3 conversion issue?
Ralf Schlatterbeck <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Mar 24, 2019 at 12:18:48PM -0400, John P. Rouillard wrote: > > The rdbms backends seem to be usable with both python versions. I > wonder if this will also be an issue for using the anydbm backend > rather than sqlite/mysql etc. Just a note here: I've modified the sqlite backend to use dbm for the session data: We now need to parallel database connections for the session and the real data. This is not supported by sqlite. One possible change would be a second sqlite database just for the session data. Ralf -- Dr. Ralf Schlatterbeck Tel: +43/2243/26465-16 Open Source Consulting www: http://www.runtux.com Reichergasse 131, A-3411 Weidling email: [email protected]