fixes formatting of insert/update/delete header, fixes version # in that section
This commit is contained in:
parent
290cc4cee0
commit
73caa251b8
1 changed files with 2 additions and 2 deletions
|
|
@ -188,9 +188,9 @@ Here's a big, complicated query. Note that Honey SQL makes no attempt to verify
|
||||||
=> true
|
=> true
|
||||||
```
|
```
|
||||||
|
|
||||||
## Insert, Update, Delete
|
### Insert, Update, Delete
|
||||||
|
|
||||||
Since version 4.3 HoneySQL supports insert, update, and delete.
|
Since version 0.4.3 HoneySQL supports insert, update, and delete.
|
||||||
|
|
||||||
```clj
|
```clj
|
||||||
;; Insert
|
;; Insert
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue