From: SourceForge.net <no...@so...> - 2005-02-21 03:08:11
|
Bugs item #1002323, was opened at 2004-08-02 19:16 Message generated for change (Settings changed) made by ballie01 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=116528&aid=1002323&group_id=16528 Category: PgSQL Group: None >Status: Pending >Resolution: Fixed 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 |