fix select! docstring
This commit is contained in:
parent
431b787e13
commit
5d68f59608
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@
|
||||||
Note: this allows for the following usage, which returns a vector
|
Note: this allows for the following usage, which returns a vector
|
||||||
of all the values for a single column:
|
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
|
The result is a vector by default, but can be changed using the
|
||||||
`:into` option to provide the initial data structure into which
|
`:into` option to provide the initial data structure into which
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue