Skip to content

Commit

Permalink
Merge pull request #5 from phel-lang/fix/issue-3
Browse files Browse the repository at this point in the history
doc: add note about return value of `statement/execute` #3
  • Loading branch information
smeghead authored Dec 29, 2024
2 parents cac6791 + 9245f88 commit 5639184
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
### Bugfix

* rename keyowrd -> keyword #2 (@jasalt)
* doc: add note about return value of `statement/execute` #3

## v0.0.7 (2024-06-24)

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@ Returns an SQL prepared command

Executes a prepared statement

> [!NOTE]
> The return value of the original library, `PDOStatement::execute()`, is a `bool` value representing the result of the `execute` method, while the return value of `statement/execute` returns the statement itself.
```clojure
(execute statement)
```
Expand Down

0 comments on commit 5639184

Please sign in to comment.