andrei-dubovik
andrei-dubovik
Yes, I suppose it is intended behaviour. I've just found out it's coming from cl-postgres:to-sql-string (see https://github.com/marijnh/Postmodern/blob/master/cl-postgres/sql-string.lisp). Keyword :null does the trick. Is it the same behaviour in mysql and...
Hi. Thanks for a quick response. `file-position` does not report correct flexi-stream position after `peek-byte`, nor does it set the correct position. This is per documentation, I think, "FILE-POSITION for...
Suppose I am reading a stream, using `peek-byte` sometimes, and now I want to jump back a number of bytes. If `file-position` would clear the buffer of unread bytes, I...
I had the same installation issue. The fix in branch Fix-21 worked for me.