Skip to content

Commit

Permalink
CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
groue committed Dec 1, 2019
1 parent eb05c9b commit e3d25bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ GRDB adheres to [Semantic Versioning](https://semver.org/), with one exception:

- [#659](https://github.com/groue/GRDB.swift/pull/659): Database interruption

### Documentation Diff

A new [Interrupt a Database](README.md#interrupt-a-database) chapter documents the new `interrupt()` method.


## 4.6.2

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6682,6 +6682,8 @@ try dbQueue.write { db in
} // throws SQLITE_ABORT
```

For more information, see [Interrupt A Long-Running Query](https://www.sqlite.org/c3ref/interrupt.html).


## Avoiding SQL Injection

Expand Down

0 comments on commit e3d25bd

Please sign in to comment.