Skip to content

Commit

Permalink
Document that extended result codes are not always available (#171, #180
Browse files Browse the repository at this point in the history
)
  • Loading branch information
groue committed Mar 26, 2017
1 parent b5296f4 commit dedfd5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4756,6 +4756,8 @@ do {
}
```

> :warning: **Warning**: SQLite has progressively introduced extended result codes accross its versions. For example, `SQLITE_CONSTRAINT_FOREIGNKEY` wasn't introduced yet on iOS 8.1. The [SQLite release notes](http://www.sqlite.org/changes.html) are unfortunately not quite clear about that: write your handling of extended result codes with care.

### PersistenceError

Expand Down

0 comments on commit dedfd5c

Please sign in to comment.