From: Gerhard H?r. <gha...@us...> - 2002-09-19 08:34:14
|
Update of /cvsroot/pypgsql/pypgsql In directory usw-pr-cvs1:/tmp/cvs-serv30788 Modified Files: TODO Log Message: 19SEP2002 gh Added planned changes to PgNumeric and PgMoney. Index: TODO =================================================================== RCS file: /cvsroot/pypgsql/pypgsql/TODO,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TODO 9 Sep 2002 00:03:44 -0000 1.1 --- TODO 19 Sep 2002 08:34:11 -0000 1.2 *************** *** 27,30 **** --- 27,34 ---- PostgreSQL data type? + * Reimplement PgNumeric using a BSD-licensed fixed point library + + * Don't use floats in PgMoney. Make PgMoney a subclass of PgNumeric instead. + PERFORMANCE =========== |