Skip to content

Commit

Permalink
fix plist query-format patch
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Apr 14, 2010
1 parent badc86b commit 1627b8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions postmodern/query.lisp
Expand Up @@ -34,8 +34,8 @@
(:alist symbol-alist-row-reader single-row)
(:str-alists alist-row-reader all-rows)
(:str-alist alist-row-reader single-row)
(:plists symbol-plist-row-reader nil)
(:plist symbol-plist-row-reader t)
(:plists symbol-plist-row-reader all-rows)
(:plist symbol-plist-row-reader single-row)
(:column column-row-reader all-rows)
(:single column-row-reader single-row)
(:single! column-row-reader single-row!))
Expand Down

0 comments on commit 1627b8a

Please sign in to comment.