SybaseDA-2.0b2-src.tgz
(1) I was trying to download the new version of SybaseDA, but the link provided in http://www.zope.org/ is not working: http://www.zope.org/Products/DA/SybaseDA/SybaseDA-2.0b2-src.tgz (2) Please make sure that the DECIMAL data type is properly supported before releasing the final copy of the adapter. I've had problems with DECIMAL data type when it has more than 9 digits. regards, Hung Jung ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com
On 2/3/00 2:42 PM, Hung Jung Lu at hungjunglu@hotmail.com wrote:
(1) I was trying to download the new version of SybaseDA, but the link provided in http://www.zope.org/ is not working: http://www.zope.org/Products/DA/SybaseDA/SybaseDA-2.0b2-src.tgz
This is fixed, it had a space at the end for some reason.
(2) Please make sure that the DECIMAL data type is properly supported before releasing the final copy of the adapter. I've had problems with DECIMAL data type when it has more than 9 digits.
Can you please specify what the exact behaviour problem IS? We treat any NUMBER data type with DECIMAL(10,0) or greater as a python long because it can not be represented accurately in a 32-bit integer. The option (as was treated before) is to return a float, but this is losing accuracy. Chris -- | Christopher Petrilli Python Powered Digital Creations, Inc. | petrilli@digicool.com http://www.digicool.com
participants (2)
-
Christopher Petrilli -
Hung Jung Lu