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/test/test-mysql.lisp

    r5 r6  
    4040
    4141create table type_test
    42 (id int,
     42 (id int,
    4343t_TINYINT TINYINT,
    4444t_SMALLINT  SMALLINT,
     
    9999  --t_LONGBLOB longblob,
    100100  --t_LONGTEXT = lpad('a',33000,'x')
     101*/
    101102  where id =1
    102103")
Note: See TracChangeset for help on using the changeset viewer.