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
  • mysql-test/src/test/test-sql-server.lisp

    r5 r5.1.1  
    245245                            '(:string :in)
    246246                            '(:unicode-string :in))
    247     (let* ((strings '("hjgkhgkzt65646&%2" "nnvfdsfsfz6tztß0#="))
     247    (let* ((strings '("hjgkhgkzt65646&%2" "nnvfdsfsfz6tztB0#="))
    248248           (res (exec-prepared-query stm (first strings) (second strings))))
    249249      (assert (equal res (list strings))))))
Note: See TracChangeset for help on using the changeset viewer.