mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 03:23:10 -04:00
language. It was written from scratch using FreeTDS library. This is the version 2 release branch. WWW: http://www.pymssql.org/ WWW: https://github.com/pymssql/pymssql PR: 198694 Submitted by: ports@thelanman.net (based on)
11 lines
561 B
Cython
11 lines
561 B
Cython
--- _mssql.pxd.orig 2014-08-29 22:32:10 UTC
|
|
+++ _mssql.pxd
|
|
@@ -35,7 +35,7 @@ cdef class MSSQLConnection:
|
|
cpdef cancel(self)
|
|
cdef void clear_metadata(self)
|
|
cdef object convert_db_value(self, BYTE *, int, int)
|
|
- cdef int convert_python_value(self, object value, BYTE **, int*, int*) except -1
|
|
+ cdef int convert_python_value(self, object value, BYTE **dbValue, int *dbtype, int *length) except 1
|
|
cpdef execute_query(self, query, params=?)
|
|
cpdef execute_non_query(self, query, params=?)
|
|
cpdef execute_row(self, query, params=?)
|