Skip to content

Improved caching keys

Compare
Choose a tag to compare
@bbelyeu bbelyeu released this 24 Aug 01:40
· 14 commits to master since this release

This update allows a SQLAlchemy query object get() method's key to match the same key you would use from doing a first() and filtering on the primary key. Previously the keys were different.