Ignore:
Timestamp:
02/20/2008 05:22:29 AM (18 years ago)
Author:
David Owen <dsowen@…>
branch-nick:
64-bit
parents:
RevTreeChgset
2.1.14@combined,2.1.14[combined,2.1.14]
6@combined,6[combined,6]
revision id:
dsowen@fugue88.ws-20080220052229-3uxui9fkezmd5hj9
Message:

Merged from vendor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • combined/src/odbc/odbc-main.lisp

    r2.1.13 r2.1.15  
    467467;; this functions works only, since we store at value-ptr the position
    468468;; of the parameter
    469 ;; dso--
    470469(defun sql-param-data-position (hstmt)
    471470  (with-temporary-allocations
     
    474473                   (%sql-param-data hstmt ptr))))
    475474      (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
    479478
    480479(defmethod exec-prepared-query ((query prepared-statement) &rest parameters)
Note: See TracChangeset for help on using the changeset viewer.