hauter

Results 3 comments of hauter

Thanks for you replay. > do you actually have a situation where this occurs, or were you just experimenting? I have been learning CL for a couple of days, and...

OK, the new issue: https://github.com/Lisp-Stat/data-frame/issues/21

The alternative solution is to use the CAST function, but it‘s indeed a bug that needs resolution. ```SQL SELECT CAST(ext_info AS CHAR) FROM xxxxx WHERE xxxx = ? ```