* small optimizations for performance * added `loaded_columns_as_dict()`
0.9.3
* added setup.cfg * cleaned up some formatting * added `session_factory` * moved version to `__init__.py` * capitalized `_ENGINE_REGISTRY` * added `is_autocommit` for tracking.
0.9.2
* added `is_configure_mappers` hook to engine intialization.
0.9.1
* suppress loading ZOPE with a environment variable: `SQLASSIST_DISABLE_TRANSACTION` * TESTING - adding support for non-scoped sessions
0.9.0
* redid most classes/interface; incompatible with earlier versions (but now better!) * dropping tweens * cleaning/consolidating code
0.1.7
* check for `request.finished_callbacks` as pyramid api is slated to change in v1.6