zodb / relstorage

A backend for ZODB that stores pickles in a relational database.
Other
54 stars 46 forks source link

Use UPSERTs for Oracle and SQLite. And fix an exception with large tx on SQLite #367

Closed jamadden closed 4 years ago

jamadden commented 4 years ago

This added UPSERT handling to the generic query framework and simplified quite a bit of code.