-
The cvtMoney function is missing from db.py and will
cause an error when accessing a money column in MS SQL.
I found the function in adodbapi.
def cvtMoney((hi, lo), decimal=2):
TWO32 = 2L ** 32
if lo < 0:
lo += TWO32
return round((float((long(hi)
2005-09-06 18:13:37 UTC by nobody
-
freiser committed patchset 18 of module ZADODA to the Z ADO Database Adapter CVS repository, changing 1 files.
2005-01-26 06:50:54 UTC by freiser
-
Hi I always get the following error after using ZADODA
for some time.
(-2147352567, 'Ausnahmefehler aufgetreten.',
(0, 'Microsoft OLE DB Provider for ODBC
Drivers', '[Microsoft][ODBC SQL Server Driver][DBNETLIB]
ConnectionWrite (send()).', None, 0, -2147467259),
None)
any ideas?.
2005-01-19 07:27:34 UTC by nobody
-
freiser committed patchset 17 of module ZADODA to the Z ADO Database Adapter CVS repository, changing 1 files.
2004-12-22 12:07:56 UTC by freiser
-
freiser committed patchset 16 of module ZADODA to the Z ADO Database Adapter CVS repository, changing 1 files.
2004-12-22 10:53:58 UTC by freiser
-
freiser committed patchset 15 of module ZADODA to the Z ADO Database Adapter CVS repository, changing 1 files.
2004-09-17 08:16:51 UTC by freiser
-
freiser committed patchset 14 of module ZADODA to the Z ADO Database Adapter CVS repository, changing 1 files.
2004-09-16 10:40:20 UTC by freiser
-
freiser committed patchset 13 of module ZADODA to the Z ADO Database Adapter CVS repository, changing 1 files.
2004-09-16 10:39:41 UTC by freiser
-
freiser committed patchset 12 of module ZADODA to the Z ADO Database Adapter CVS repository, changing 1 files.
2004-09-16 10:27:18 UTC by freiser
-
freiser committed patchset 11 of module ZADODA to the Z ADO Database Adapter CVS repository, changing 1 files.
2004-09-10 14:52:19 UTC by freiser