Ignore:
Timestamp:
02/19/2008 08:12:24 PM (18 years ago)
Author:
raverkamp
revision id:
svn-v3-trunk1:1c22b0a8-4d0b-0410-a296-af6a2e6f35e3:plain-odbc%2Ftrunk:11
Message:

fixed lob parameter handling, fixed tests so they run with sbcl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cffi/src/odbc/odbc-ff-interface.lisp

    r3 r6  
    313313     year)))
    314314
    315 
    316 (defmacro %sql-len-data-at-exec (length)
    317   `(- $SQL_LEN_DATA_AT_EXEC_OFFSET ,length))
     315(defun %sql-len-data-at-exec (length)
     316  (- $SQL_LEN_DATA_AT_EXEC_OFFSET length))
Note: See TracChangeset for help on using the changeset viewer.