Skip to content

Special Record objects used in Zope

License

Notifications You must be signed in to change notification settings

gelbi123/Record

 
 

Repository files navigation

Overview

Try to fix an issue that causes case sensitivity in record-dictionaries.

Record provides special objects used in some Zope2 internals like ZRDB.

Records are used to provide compact storage for catalog query results.

They don't use instance dictionaries. Rather, they store they data in a compact array internally. They use a record schema to map names to positions within the array.

About

Special Record objects used in Zope

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%