forked from zopefoundation/z3c.saconfig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
58 lines (37 loc) · 1.32 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
z3c.saconfig
************
0.14 (unreleased)
=================
- Nothing changed yet.
0.13 (2011-07-26)
=================
- Register engine factory setup using a zcml action
0.12 (2010-09-28)
=================
- EngineCreatedEvent also gets ``engine_args`` and ``engine_kw`` as
attributes, so that event handlers can potentially differentiate
between engines.
0.11 (2010-07-05)
=================
- Add pool_size, max_overflow, pool_recycle and pool_timeout options to the
<engine /> directive. This allows connection pooling options to be defined
in ZCML.
- works with sqlalchemy >= 0.5 (wouldn't work with sqlalchemy > 5 prior)
0.10 (2010-01-18)
=================
- Support current ZTK code
- engine.echo must default to None for SQLAlchemy to honor
logging.getLogger("sqlalchemy.engine").setLevel(...)
- Do not enable convert_unicode by default. This option changes
standard SQLAlchemy behaviour by making String type columns return
unicode data. This can be especially painful in Zope2 environments
where unicode is not always accepted.
- Add a convert_unicode option to the zcml engine statement, allowing
people who need convert_unicode to enable it.
0.9.1 (2009-08-14)
==================
- Include documentation on PyPI.
- Small documentation tweaks.
0.9 (2009-08-14)
================
- Initial public release.