Changeset combined,2.1.15 for combined/src/odbc/odbc-main.lisp
- Timestamp:
- 02/20/2008 05:22:29 AM (18 years ago)
- branch-nick:
- 64-bit
- parents:
Rev Tree Chgset 2.1.14 @combined,2.1.14 [combined,2.1.14] 6 @combined,6 [combined,6] - revision id:
- dsowen@fugue88.ws-20080220052229-3uxui9fkezmd5hj9
- File:
-
- 1 edited
-
combined/src/odbc/odbc-main.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
combined/src/odbc/odbc-main.lisp
r2.1.13 r2.1.15 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.
