zodb / relstorage

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

Use unsigned BTrees in the internal data structures #397

Closed jamadden closed 4 years ago

jamadden commented 4 years ago

OIDs and TIDs are conceptually unsigned.

It's unlikely anyone would pass the nine quintillion mark for OIDs or TIDs, but this is a better match.