From 5d68f59608c946c9064c3b3dd9c7edd3a30a3642 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Wed, 3 Nov 2021 16:53:45 -0700 Subject: [PATCH] fix select! docstring --- src/next/jdbc/plan.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/next/jdbc/plan.clj b/src/next/jdbc/plan.clj index 152bed9..1206a5a 100644 --- a/src/next/jdbc/plan.clj +++ b/src/next/jdbc/plan.clj @@ -55,7 +55,7 @@ Note: this allows for the following usage, which returns a vector of all the values for a single column: - `(plan/select! ds :id (jdbc/plan ...))` + `(plan/select! ds :id [\"select * from table\"])` The result is a vector by default, but can be changed using the `:into` option to provide the initial data structure into which