zodb / relstorage

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

Fix an AttributeError if a persistent site manager is installed and i… #414

Closed jamadden closed 3 years ago

jamadden commented 3 years ago

…s a ghost and it's the first time the connection makes a load query.

We don't need to adapt the query object to ITypedParams anyway, just check if it's implemented or not.

Fixes #411