* fixing some issues with spacing * wrapped a few `log` statemets in `__debug__` clauses * added `reinit_engine` to function as a postfork hook under *uwsgi*
0.1.4
* adding some logic onto `dbSessionSetup` to only set requests up once. this is pretty poorly done, but is backwards compatible. this needs to be recoded. * now logging info about the request ( name + id ) * passing `request` into various setups
0.0.9
pushed logging into `__debug__` conditionals cleaned up tween
0.0.8
added `DbSessionsContainer` , which allows you to store and manage a sqlassist interface
0.0.7
making this production usable by removing the non-bind paramter sql searching ( possible attack vector )