-
sable committed revision 449 to the Sybase module for Python SVN repository, changing 2 files.
2009-06-04 16:55:08 UTC in Sybase module for Python
-
A similar problem was reported on the mailing-list some time ago - this may help to analyze this:
Warren, James a écrit :
> Hi,
>
> I don't suppose anyone would have a way to bulkcopy in NULL values?
>
> For example (__version__ = '0.38') :-
>
> from Sybase import *
>
> c = connect ('TEST_DS', 'sa', 'password', bulkcopy=1, auto_commit=1)
> c.execute("CREATE TABLE #t1 (a int, b...
2009-06-04 14:51:33 UTC in Sybase module for Python
-
The problem has been corrected in the trunk. It will be corrected in next version 0.40.
2009-06-04 13:21:28 UTC in Sybase module for Python
-
duplicate of issue 1768959. Fixed.
2009-06-04 12:24:24 UTC in Sybase module for Python
-
This problem is not present in python-sybase 0.39. A unitary test case has been added.
$ svn commit ChangeLog tests/sybase_dbapi20.py -m "Added unitary test for bug 1768959 - executing a stored procedure"
Envoi ChangeLog
Envoi tests/sybase_dbapi20.py
Transmission des données ..
Révision 448 propagée.
2009-06-04 12:19:18 UTC in Sybase module for Python
-
sable committed revision 448 to the Sybase module for Python SVN repository, changing 2 files.
2009-06-04 12:18:18 UTC in Sybase module for Python
-
This mechanism has been completely rewritten in python-sybase 0.39 and this bug exists no more. I added a unitary test.
$ svn commit ChangeLog tests/sybase_dbapi20.py -m "Added unitary test for bug 1768935"
Envoi ChangeLog
Envoi tests/sybase_dbapi20.py
Transmission des données ..
Révision 447 propagée.
2009-06-04 10:44:46 UTC in Sybase module for Python
-
sable committed revision 447 to the Sybase module for Python SVN repository, changing 2 files.
2009-06-04 10:43:22 UTC in Sybase module for Python
-
Thanks for reporting this bug. It has been corrected in trunk:
$ svn commit -m "Corrected money type when using CS_MONEY4 (close bug 2615821)"
Envoi ChangeLog
Envoi datafmt.c
Transmission des données ..
Révision 446 propagée.
2009-06-04 10:15:02 UTC in Sybase module for Python
-
sable committed revision 446 to the Sybase module for Python SVN repository, changing 2 files.
2009-06-04 10:12:57 UTC in Sybase module for Python