We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99ab6d6 + 0856f32 commit 89b5850Copy full SHA for 89b5850
06_databases/6-04_korma.asciidoc
@@ -89,7 +89,7 @@ must match the names of the columns in the database:
89
[source,clojure]
90
----
91
(insert posts
92
- (values nil {:title "First post" :content "blah blah blah"}))
+ (values {:title "First post" :content "blah blah blah"}))
93
94
95
To retrieve values from the database, query using +select+. Successful
0 commit comments