src/pyams_alchemy.egg-info/PKG-INFO
changeset 63 40f12a3d67db
child 77 2be615fc6da4
equal deleted inserted replaced
-1:000000000000 63:40f12a3d67db
       
     1 Metadata-Version: 2.1
       
     2 Name: pyams-alchemy
       
     3 Version: 0.1.9
       
     4 Summary: PyAMS interfaces and classes for SQLAlchemy integration
       
     5 Home-page: http://hg.ztfy.org/pyams/pyams_alchemy
       
     6 Author: Thierry Florac
       
     7 Author-email: tflorac@ulthar.net
       
     8 License: ZPL
       
     9 Description: 
       
    10         
       
    11         History
       
    12         =======
       
    13         
       
    14         0.1.9
       
    15         -----
       
    16          - updated text areas CSS class
       
    17         
       
    18         0.1.8
       
    19         -----
       
    20          - use "ajax_config" decorator to declare AJAX views
       
    21         
       
    22         0.1.7
       
    23         -----
       
    24          - added prefix to engine edit form
       
    25         
       
    26         0.1.6
       
    27         -----
       
    28          - added check of registry settings in dynamic schema mixin class
       
    29         
       
    30         0.1.5
       
    31         -----
       
    32          - upgrade zope.sqlalchemy package to release 1.0.0
       
    33          - updated global registry access
       
    34          - refactored for last ZMI package
       
    35          - added logging
       
    36         
       
    37         0.1.4
       
    38         -----
       
    39          - use DocFieldProperty to generate Sphinx documentation
       
    40         
       
    41         0.1.3
       
    42         -----
       
    43          - added "meta.zcml" file to configuration to allow static declaration of SQLAlchemy engines
       
    44            from ZCML files through PyAMS "engine" directive
       
    45          - added 'use_pool' as attribute to SQLALchemy engine utility interface (including via ZCML) and as argument
       
    46            to 'get_user_engine' function to be able to disable pooling for a given user engine or session.
       
    47            This argument can be usefull when session is used from PyAMS scheduler jobs where connections
       
    48            shouldn't be stored and reused...
       
    49          - added 'echo_pool' as attribute to SQLAlchemy engine utility interface (including via ZCML) to be able to
       
    50            log pool checkouts and checkins
       
    51          - added 'clear_engine' method with subscriber on modification event to force removal of volatile attributes
       
    52          - changed vocabulary declaration
       
    53          - changed widget CSS class attribute
       
    54         
       
    55         0.1.2
       
    56         -----
       
    57          - use named permissions
       
    58         
       
    59         0.1.1
       
    60         -----
       
    61          - corrected closing of database connections on pool checkin/checkout
       
    62          - added DataLoader class to help data migration between databases
       
    63          - added DynamicSchemaMixin class to allow definition of schema name from configuration file
       
    64         
       
    65         0.1.0
       
    66         -----
       
    67          - First release
       
    68         
       
    69 Keywords: Pyramid PyAMS SQLALchemy
       
    70 Platform: UNKNOWN
       
    71 Classifier: License :: OSI Approved :: Zope Public License
       
    72 Classifier: Development Status :: 4 - Beta
       
    73 Classifier: Programming Language :: Python
       
    74 Classifier: Framework :: Pyramid
       
    75 Classifier: Topic :: Software Development :: Libraries :: Python Modules
       
    76 Provides-Extra: test