--- a/src/pyams_alchemy.egg-info/PKG-INFO Tue Nov 15 09:44:46 2016 +0100
+++ b/src/pyams_alchemy.egg-info/PKG-INFO Tue Jun 06 16:44:29 2017 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: pyams-alchemy
-Version: 0.1.2
+Version: 0.1.3
Summary: PyAMS interfaces and classes for SQLAlchemy integration
Home-page: http://hg.ztfy.org/pyams/pyams_alchemy
Author: Thierry Florac
@@ -11,6 +11,20 @@
History
=======
+ 0.1.3
+ -----
+ - added "meta.zcml" file to configuration to allow static declaration of SQLAlchemy engines
+ from ZCML files through PyAMS "engine" directive
+ - added 'use_pool' as attribute to SQLALchemy engine utility interface (including via ZCML) and as argument
+ to 'get_user_engine' function to be able to disable pooling for a given user engine or session.
+ This argument can be usefull when session is used from PyAMS scheduler jobs where connections
+ shouldn't be stored and reused...
+ - added 'echo_pool' as attribute to SQLAlchemy engine utility interface (including via ZCML) to be able to
+ log pool checkouts and checkins
+ - added 'clear_engine' method with subscriber on modification event to force removal of volatile attributes
+ - changed vocabulary declaration
+ - changed widget CSS class attribute
+
0.1.2
-----
- use named permissions