equal
deleted
inserted
replaced
1 History |
1 History |
2 ======= |
2 ======= |
|
3 |
|
4 0.1.3 |
|
5 ----- |
|
6 - added "meta.zcml" file to configuration to allow static declaration of SQLAlchemy engines |
|
7 from ZCML files through PyAMS "engine" directive |
|
8 - added 'use_pool' as attribute to SQLALchemy engine utility interface (including via ZCML) and as argument |
|
9 to 'get_user_engine' function to be able to disable pooling for a given user engine or session. |
|
10 This argument can be usefull when session is used from PyAMS scheduler jobs where connections |
|
11 shouldn't be stored and reused... |
|
12 - added 'echo_pool' as attribute to SQLAlchemy engine utility interface (including via ZCML) to be able to |
|
13 log pool checkouts and checkins |
|
14 - added 'clear_engine' method with subscriber on modification event to force removal of volatile attributes |
|
15 - changed vocabulary declaration |
|
16 - changed widget CSS class attribute |
3 |
17 |
4 0.1.2 |
18 0.1.2 |
5 ----- |
19 ----- |
6 - use named permissions |
20 - use named permissions |
7 |
21 |