We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7867225 commit 8222fbfCopy full SHA for 8222fbf
1 file changed
postgresql/documentation/changes.txt
@@ -1,8 +1,14 @@
1
Changes
2
=======
3
4
-1.0.3 in development
5
---------------------
+1.0.3 released on 2011-09-24
+----------------------------
6
+
7
+ * Use raise x from y to generalize exceptions. (Elvis Pranskevichus)
8
+ * Alter postgresql.string.quote_ident to always quote. (Elvis Pranskevichus)
9
+ * Add postgresql.string.quote_ident_if_necessary (Modification of Elvis Pranskevichus' patch)
10
+ * Many postgresql.string bug fixes (Elvis Pranskevichus)
11
+ * Correct ResourceWarnings improving Python 3.2 support. (jwp)
12
13
1.0.2 released on 2010-09-18
14
----------------------------
0 commit comments