X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/3d5707d5f8129d949a4d6fe48c1b3e5eda41edc9..2548f0540da69973512f1827b2bfd2360470bb27:/src/rofl.lisp diff --git a/src/rofl.lisp b/src/rofl.lisp index eb212fa..d26843f 100644 --- a/src/rofl.lisp +++ b/src/rofl.lisp @@ -19,6 +19,9 @@ ;;;; now the rofl code itself + +(defvar *row-reader* 'symbol-plist-row-reader) + (defun %query (query) (cl-postgres:exec-query *database* (sql-compile query) 'symbol-plist-row-reader))