Changeset 64-bit,17 for 64-bit/src/odbc/odbc-main.lisp
- Timestamp:
- 02/20/2008 05:22:29 AM (18 years ago)
- branch-nick:
- 64-bit
- parents:
Rev Tree Chgset 16 @64-bit,16 [64-bit,16] 2.1.4 @64-bit,2.1.4 [64-bit,2.1.4] - revision id:
- dsowen@fugue88.ws-20080220052229-3uxui9fkezmd5hj9
- File:
-
- 1 edited
-
64-bit/src/odbc/odbc-main.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
64-bit/src/odbc/odbc-main.lisp
r15 r17 467 467 ;; this functions works only, since we store at value-ptr the position 468 468 ;; of the parameter 469 ;; dso--470 469 (defun sql-param-data-position (hstmt) 471 470 (with-temporary-allocations … … 474 473 (%sql-param-data hstmt ptr)))) 475 474 (values res (if (= res $SQL_NEED_DATA) 476 (cffi:mem-ref (cffi:mem-ref ptr :pointer) : int32))))))477 ; TODO: The :int32 above 478 ; should probably be changed! 475 (cffi:mem-ref (cffi:mem-ref ptr :pointer) :long)))))) 476 477 479 478 480 479 (defmethod exec-prepared-query ((query prepared-statement) &rest parameters)
Note: See TracChangeset
for help on using the changeset viewer.
