forked from psycopg/ZPsycopgDA
-
Notifications
You must be signed in to change notification settings - Fork 3
/
CHANGES.txt
69 lines (40 loc) · 1.18 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
59
60
61
62
63
64
65
66
67
68
69
Changelog
=========
2.4.7.dev1+perfact.8
--------------------
Extend option datetime_str to cover also time with time zone and
intervals (#15)
2.4.7.dev1+perfact.7
--------------------
Add option datetime_str (#14)
2.4.7.dev1+perfact.6
--------------------
Catch another class of serialization errors that have been observed on specific
systems.
2.4.7.dev1+perfact.5
--------------------
Restuctered ZMI according to Zope4+
2.4.7.dev1+perfact.4
--------------------
Finish fix of previous release, it was incomplete
2.4.7.dev1+perfact.3
--------------------
Bugfix for `UnboundLocalError` in Python 3
2.4.7.dev1+perfact.2
--------------------
Directly reconnect broken connections if this is the first query in the
transaction instead of directly raising a RetryError.
2.4.7.dev1+perfact.1
-------------------
Collection of PerFact patches to the Product, including reorganization of how
pooling works.
2.4.7
-------------------
- Removed ZPsycopgDA dependencies on deprecated (Python or Zope) features.
2.4.6
-------------------
- Added all the supported isolation level options
- Fixed pool bugs (psycopg issues #123, #125, #142)
2.4.4
-------------------
- Make this and egg.