Changeset vendor,8 for vendor/src/odbc/parameter.lisp
- Timestamp:
- 08/23/2008 11:23:53 AM (18 years ago)
- revision id:
- svn-v3-trunk1:1c22b0a8-4d0b-0410-a296-af6a2e6f35e3:plain-odbc%2Ftrunk:14
- File:
-
- 1 edited
-
vendor/src/odbc/parameter.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vendor/src/odbc/parameter.lisp
r6 r8 114 114 (put-string (slot-value param 'value-ptr) "")) 115 115 (t 116 (cffi:lisp-string-to-foreign value 117 (slot-value param 'value-ptr) 118 (1+ (length value))) 116 (put-string (slot-value param 'value-ptr) value) 119 117 (setf (cffi:mem-ref (slot-value param 'ind-ptr) 'sql-len) 120 118 (length value)))))
Note: See TracChangeset
for help on using the changeset viewer.
