clsql-sqlite does not build on sbcl - argument error

Zach Beane <[email protected]> Tue, 25 Nov 2014 14:33:50 -0500
Newsgroups gmane.lisp.clsql.general
Message-ID <[email protected]>
I get this when trying to build clsql-sqlite:

  ; file: /home/quicklisp/quicklisp-controller/dist/build-cache/clsql/369f4bee8ea4573e08e35f09583a1ea0c1b03c08/clsql-20141124-git/db-sqlite/sqlite-sql.lisp
  ; in: DEFUN CANONICALIZE-RESULT-TYPES
  ;     (SQLITE:SQLITE-AREF CLSQL-SQLITE::COL-NAMES CLSQL-SQLITE::J)
  ; 
  ; caught WARNING:
  ;   The function was called with two arguments, but wants exactly three.

More of a log is here:

  http://report.quicklisp.org/2014-11-25/failure-report/clsql.html#clsql-sqlite

Zach