22 Apr 2008 10:45
a patch for uffi and clsql-oracle unicode problem (sbcl) - continued
Hi, i'm trying to improve the patch of yesterday. and found 'uffi:foreign-string-length' function. but, the function was somewhat misdefined. defuned with macro body. so i simply changed defun to defmacro. and got following error: The value 235 is not of type CHARACTER. [Condition of type TYPE-ERROR] foreign-string-lengtgh assumes the foreign-string is :unsigned-char array. i made a simple patch for that. and changed ugly part of my patch for clsql-oracle(oracle-sql.lisp). i've only tested on SBCL 1.0.6 on Ubuntu Gutsy. and these patches override my previous patches. Regards, DalHo.
_______________________________________________ CLSQL mailing list CLSQL@... http://lists.b9.com/cgi-bin/mailman/listinfo/clsql(Continue reading)
RSS Feed