Changeset combined,6 for combined/src/odbc/odbc-main.lisp
- Timestamp:
- 02/19/2008 08:12:24 PM (18 years ago)
- revision id:
- svn-v3-trunk1:1c22b0a8-4d0b-0410-a296-af6a2e6f35e3:plain-odbc%2Ftrunk:11
- File:
-
- 1 edited
-
combined/src/odbc/odbc-main.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
combined/src/odbc/odbc-main.lisp
r5 r6 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.
