andrei-dubovik
andrei-dubovik
E.g., (dbi:do-sql *dbh* "CREATE TABLE example (name text)") (dbi:execute (dbi:prepare *dbh* "INSERT INTO example (name) VALUES (?)") nil) yields a text string 'false' in the name column. So, is it...
Running ```lisp (with-open-file (in "2-byte-file" :element-type '(unsigned-byte 8)) (setq in (make-flexi-stream in)) (setf (flexi-stream-position in) 1) (read-byte in)) ``` returns the first byte, while I would expect the second byte....
This is more of a feature request, I guess. `flexi-stream-position` is currently not supported for `vector-input-stream`, it would be consistent to have it.