File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -186,26 +186,20 @@ cpdef enum:
186186 VECTOR_FORMAT_FLOAT64 = 3
187187 VECTOR_FORMAT_INT8 = 4
188188
189- cdef type PY_TYPE_ASYNC_CURSOR
190189cdef type PY_TYPE_ASYNC_LOB
191- cdef type PY_TYPE_BOOL
192- cdef type PY_TYPE_CURSOR
193190cdef type PY_TYPE_DATE
194191cdef type PY_TYPE_DATETIME
195- cdef type PY_TYPE_DECIMAL
196192cdef type PY_TYPE_DB_OBJECT
197- cdef type PY_TYPE_DB_OBJECT_TYPE
198- cdef type PY_TYPE_FETCHINFO
199- cdef type PY_TYPE_JSON_ID
193+ cdef type PY_TYPE_DECIMAL
200194cdef type PY_TYPE_INTERVAL_YM
195+ cdef type PY_TYPE_JSON_ID
201196cdef type PY_TYPE_LOB
202197cdef type PY_TYPE_MESSAGE
203198cdef type PY_TYPE_MESSAGE_QUERY
204199cdef type PY_TYPE_MESSAGE_ROW
205200cdef type PY_TYPE_MESSAGE_TABLE
206201cdef type PY_TYPE_SPARSE_VECTOR
207202cdef type PY_TYPE_TIMEDELTA
208- cdef type PY_TYPE_VAR
209203
210204cdef str DRIVER_NAME
211205cdef str DRIVER_VERSION
Original file line number Diff line number Diff line change @@ -88,9 +88,10 @@ cdef type PY_TYPE_CURSOR
8888cdef object PY_TYPE_DATAFRAME
8989cdef type PY_TYPE_DATE = datetime.date
9090cdef type PY_TYPE_DATETIME = datetime.datetime
91- cdef type PY_TYPE_DECIMAL = decimal.Decimal
9291cdef type PY_TYPE_DB_OBJECT
92+ cdef type PY_TYPE_DECIMAL = decimal.Decimal
9393cdef type PY_TYPE_DB_OBJECT_TYPE
94+ cdef type PY_TYPE_FETCHINFO
9495cdef type PY_TYPE_JSON_ID
9596cdef type PY_TYPE_INTERVAL_YM
9697cdef type PY_TYPE_LOB
@@ -101,7 +102,6 @@ cdef type PY_TYPE_MESSAGE_TABLE
101102cdef type PY_TYPE_SPARSE_VECTOR
102103cdef type PY_TYPE_TIMEDELTA = datetime.timedelta
103104cdef type PY_TYPE_VAR
104- cdef type PY_TYPE_FETCHINFO
105105
106106# enumerations used by the driver in connect parameters
107107cdef object ENUM_AUTH_MODE
You can’t perform that action at this time.
0 commit comments