> Fair enough. Applied and pushed.<div><br></div><div>Oh, probably after this patch was another that made it invalid. </div><div>I upgraded to version 1.16 and noticed the problem. </div><div><br></div><div>Correction:</div>
<div><br></div><div><div>diff --git a/postmodern/query.lisp b/postmodern/query.lisp</div><div>index 3832fca..bca6e71 100644</div><div>--- a/postmodern/query.lisp</div><div>+++ b/postmodern/query.lisp</div><div>@@ -34,8 +34,8 @@</div>
<div>     (:alist symbol-alist-row-reader single-row)</div><div>     (:str-alists alist-row-reader all-rows)</div><div>     (:str-alist alist-row-reader single-row)</div><div>-    (:plists symbol-plist-row-reader nil)</div>
<div>-    (:plist symbol-plist-row-reader t)</div><div>+    (:plists symbol-plist-row-reader all-rows)</div><div>+    (:plist symbol-plist-row-reader single-row)</div><div>     (:column column-row-reader all-rows)</div><div>
     (:single column-row-reader single-row)</div><div>     (:single! column-row-reader single-row!))</div><div><br></div><div><br></div><div>Andrey</div></div>