11Changes
22=======
33
4- 0.9.2
5- -----
4+ 0.9.2 released on 2009-12-14
5+ ----------------------------
66
7- * Correct types.Array binary serialization (8.5 added extra checks)
8- * Add more encoding name mapping entries.
9- * Correct protocol message type comparison method.
7+ * Alter protocol message type comparison method.
108 In 0.9.1 and before, types were compared using 'is' because all
119 message type objects were loaded from a tuple created by the
1210 postgresql.protocol.message_types module. In some environments,
@@ -17,13 +15,16 @@ Changes
1715 errors. The fix is to use the '==' operator. This does not add any
1816 significant overhead, but use of 'is' may return if some permanent storage
1917 method becomes available. [Reported by Radomir Stevanovic]
20- * Documentation improvements.
2118 * Fix a bug revealed by a no route to host connection failure. Ended in an
2219 ambiguous KeyError due there being no message string for that particular
23- errno. Add an appropriate message string fallback on a default message when
24- a specific one doesn't exist.
20+ errno. Add an appropriate message string, and fallback on a default message
21+ when a specific one doesn't exist.
22+ * Correct types.Array binary serialization (8.5 added extra checks)
23+ * Add more encoding name mapping entries.
24+ * Documentation improvements.
2525 * Fix slice() support in Row.__getitem__.
26-
26+ * DEPRECATION: 2PC interfaces are being deprecated. Warnings in 1.0,
27+ removal in 1.1.
2728
28290.9.1 released on 2009-08-12
2930----------------------------
0 commit comments