Update of /usr/cvs/Public/pygresql/docs
In directory druid.net:/tmp/cvs-serv24200/docs
Modified Files:
changelog.txt future.txt
Log Message:
Added int8 to INTEGER types, created new SMALLINT type.
To see the diffs for this commit:
http://www.druid.net/pygresql/viewcvs.cgi/cvs/pygresql/docs/changelog.txt.diff?r1=1.25&r2=1.26
Index: changelog.txt
===================================================================
RCS file: /usr/cvs/Public/pygresql/docs/changelog.txt,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- changelog.txt 21 Nov 2008 21:17:53 -0000 1.25
+++ changelog.txt 21 Nov 2008 21:30:58 -0000 1.26
@@ -22,6 +22,7 @@
- Dropped dependence on mx.DateTime module.
- Support for PQescapeStringConn() and PQescapeByteaConn();
these are now also used by the internal _quote() functions.
+- Added 'int8' to INTEGER types. New SMALLINT type.
Version 3.8.1 (2006-06-05)
--------------------------
http://www.druid.net/pygresql/viewcvs.cgi/cvs/pygresql/docs/future.txt.diff?r1=1.17&r2=1.18
Index: future.txt
===================================================================
RCS file: /usr/cvs/Public/pygresql/docs/future.txt,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- future.txt 21 Nov 2008 21:17:53 -0000 1.17
+++ future.txt 21 Nov 2008 21:30:58 -0000 1.18
@@ -9,8 +9,6 @@
- Code marked with XXX in the pg module
- pg relies on OIDs, but these are not generated by default any more
(at least docs should recommend setting default_with_oids=true).
-- 64 bit int typecasting in pgdb module
- (see http://mailman.vex.net/pipermail/pygresql/2008-March/001943.html).
- Support composite primary keys
(see http://mailman.vex.net/pipermail/pygresql/2006-May/001688.html).
- Documentation for the pgdb module (everything specific to PyGreSQL).
_______________________________________________
PyGreSQL mailing list
[email protected]
http://mailman.vex.net/mailman/listinfo/pygresql