Skip to content

Commit

Permalink
Add some constants
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerbinns committed May 5, 2018
1 parent dd44975 commit 1b9686c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ Change History
**************
.. currentmodule:: apsw

3.23.1-r1
=========

Added constants:

* SQLITE_DBSTATUS_CACHE_SPILL, SQLITE_FCNTL_LOCK_TIMEOUT

3.22.0-r1
=========

Expand Down
2 changes: 2 additions & 0 deletions src/apsw.c
Original file line number Diff line number Diff line change
Expand Up @@ -1643,6 +1643,7 @@ modules etc. For example::
ADDINT(SQLITE_DBSTATUS_CACHE_WRITE),
ADDINT(SQLITE_DBSTATUS_DEFERRED_FKS),
ADDINT(SQLITE_DBSTATUS_CACHE_USED_SHARED),
ADDINT(SQLITE_DBSTATUS_CACHE_SPILL),
END,

DICT("mapping_locking_level"),
Expand Down Expand Up @@ -1723,6 +1724,7 @@ modules etc. For example::
ADDINT(SQLITE_FCNTL_COMMIT_ATOMIC_WRITE),
ADDINT(SQLITE_FCNTL_ROLLBACK_ATOMIC_WRITE),
ADDINT(SQLITE_FCNTL_BEGIN_ATOMIC_WRITE),
ADDINT(SQLITE_FCNTL_LOCK_TIMEOUT),
END,

DICT("mapping_conflict_resolution_modes"),
Expand Down

0 comments on commit 1b9686c

Please sign in to comment.