From: SourceForge.net <no...@so...> - 2004-08-02 23:16:55
|
Bugs item #1002323, was opened at 2004-08-03 01:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=116528&aid=1002323&group_id=16528 Category: PgSQL Group: None Status: Open Resolution: None Priority: 5 Submitted By: Hallvard B Furuseth (hfuru) Assigned to: Nobody/Anonymous (nobody) Summary: Wrong scale/prec tests in PgNumeric Initial Comment: PgSQL.py 1.43: PgNumeric.__init__(self, PgNumeric instance, ...) has a test if scale: which means a specified scale of 0 will be ignored. I think that should be if scale is not None: The same applies to the 'if prec:' test further down, but that's less serious since prec may not be 0. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=116528&aid=1002323&group_id=16528 |