ZSQL Method against Postgresql returns int
I have a table in a postgresql database that is type float. Querying this table through a ZSQL Method returns the values of that row as an int. I'm using postgres 7.1, PoPy 2.0.8, and ZPoPyDA 2.0.8. Cheers, -- Bryan C. Andregg Duke University Medical Center Programmer Dept. of Anesthesiology e <bryan.andregg@duke.edu> p +1 919 684 6201
On Monday 18 February 2002 20:13, Bryan C. Andregg wrote:
I have a table in a postgresql database that is type float. Querying this table through a ZSQL Method returns the values of that row as an int.
I'm using postgres 7.1, PoPy 2.0.8, and ZPoPyDA 2.0.8.
Cheers,
Try psycopg: http://www.initd.org/software/psycopg ciao Paolo -- Paolo Comitini paolo.comitini@glisco.it Glisco s.r.l. http://www.glisco.it http://www.initd.org tel +39-0125-669001 via Luvera 2 10010 - Quagliuzzo (TO) Italy
participants (2)
-
Bryan C. Andregg -
Paolo Comitini