Improved caching keys
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.
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.