Cython: fxed a bug in INT tuple columns where values were converted to
double instead of int
This commit is contained in:
@ -134,7 +134,7 @@ cdef class Column_tuples_int(Column):
|
||||
cpdef object get_line(self, index_t line_nb) :
|
||||
global obi_errno
|
||||
cdef obiint_t value
|
||||
cdef double value_in_result
|
||||
cdef int value_in_result
|
||||
cdef object result
|
||||
cdef int32_t i
|
||||
cdef obiint_t* array
|
||||
|
Reference in New Issue
Block a user