Fix typo in example
This commit is contained in:
parent
7bbc626950
commit
8f6844aa5d
1 changed files with 2 additions and 2 deletions
|
|
@ -142,7 +142,7 @@ create table example(
|
||||||
|
|
||||||
(execute-one! db-spec
|
(execute-one! db-spec
|
||||||
["insert into example(tags) values (?)"
|
["insert into example(tags) values (?)"
|
||||||
(into-array String ["tag1" "tag2"]))
|
(into-array String ["tag1" "tag2"])])
|
||||||
|
|
||||||
(execute-one! db-spec
|
(execute-one! db-spec
|
||||||
["select * from example limit 1"])
|
["select * from example limit 1"])
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue