src/pyams_alchemy.egg-info/PKG-INFO
changeset 25 296bbb469ca4
parent 17 d56eef10d01a
child 31 2217a4d1dde9
equal deleted inserted replaced
24:c70908550e8f 25:296bbb469ca4
     1 Metadata-Version: 1.1
     1 Metadata-Version: 1.1
     2 Name: pyams-alchemy
     2 Name: pyams-alchemy
     3 Version: 0.1.2
     3 Version: 0.1.3
     4 Summary: PyAMS interfaces and classes for SQLAlchemy integration
     4 Summary: PyAMS interfaces and classes for SQLAlchemy integration
     5 Home-page: http://hg.ztfy.org/pyams/pyams_alchemy
     5 Home-page: http://hg.ztfy.org/pyams/pyams_alchemy
     6 Author: Thierry Florac
     6 Author: Thierry Florac
     7 Author-email: tflorac@ulthar.net
     7 Author-email: tflorac@ulthar.net
     8 License: ZPL
     8 License: ZPL
     9 Description: 
     9 Description: 
    10         
    10         
    11         History
    11         History
    12         =======
    12         =======
       
    13         
       
    14         0.1.3
       
    15         -----
       
    16          - added "meta.zcml" file to configuration to allow static declaration of SQLAlchemy engines
       
    17            from ZCML files through PyAMS "engine" directive
       
    18          - added 'use_pool' as attribute to SQLALchemy engine utility interface (including via ZCML) and as argument
       
    19            to 'get_user_engine' function to be able to disable pooling for a given user engine or session.
       
    20            This argument can be usefull when session is used from PyAMS scheduler jobs where connections
       
    21            shouldn't be stored and reused...
       
    22          - added 'echo_pool' as attribute to SQLAlchemy engine utility interface (including via ZCML) to be able to
       
    23            log pool checkouts and checkins
       
    24          - added 'clear_engine' method with subscriber on modification event to force removal of volatile attributes
       
    25          - changed vocabulary declaration
       
    26          - changed widget CSS class attribute
    13         
    27         
    14         0.1.2
    28         0.1.2
    15         -----
    29         -----
    16          - use named permissions
    30          - use named permissions
    17         
    31