Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/squee/jdbc.clj
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@
params is a function that parameterizes the query, like #'params

Examples:
(query conn \"select * from bar\")
(execute! conn \"select * from bar\")

(query conn \"select * from foo where x = ? and y = ? \" (params 4 5))
(execute! conn \"select * from foo where x = ? and y = ? \" (params 4 5))

Supports all opts that #'query supports
Additionally `:return-keys? true` will return database-generated keys."
Expand Down