2018-07-20 10:07:49 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-apsw: updated to 3.24.0
3.24.0-r1
Added constants:
* SQLITE_DBCONFIG_RESET_DATABASE, and support for it in Connection.config()
* SQLITE_LOCKED_VTAB, and SQLITE_CORRUPT_SEQUENCE extended result codes
Added keywords and updated the shell to use it.
|
2018-07-20 05:34:33 by Ryo ONODERA | Files touched by this commit (705) |
Log message:
Recursive revbump from textproc/icu-62.1
|
2018-07-09 10:00:31 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-apsw: updated to 3.23.1
3.23.1:
Added constants:
SQLITE_DBSTATUS_CACHE_SPILL, SQLITE_FCNTL_LOCK_TIMEOUT
|
2018-04-17 20:23:23 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-apsw: updated to 3.22.0
3.22.0:
Added constants:
SQLITE_DBCONFIG_TRIGGER_EQP, SQLITE_DBCONFIG_MAX
SQLITE_READONLY_CANTINIT, SQLITE_ERROR_RETRY, SQLITE_ERROR_MISSING_COLLSEQ, \
SQLITE_READONLY_DIRECTORY
|
2018-04-14 09:34:46 by Adam Ciarcinski | Files touched by this commit (681) | |
Log message:
revbump after icu update
|
2017-11-30 17:45:43 by Adam Ciarcinski | Files touched by this commit (654) | |
Log message:
Revbump after textproc/icu update
|
2017-11-15 09:23:52 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-apsw: updated to 3.21.0
3.21.0:
Added constants:
SQLITE_INDEX_CONSTRAINT_ISNULL, SQLITE_INDEX_CONSTRAINT_ISNOT,
SQLITE_INDEX_CONSTRAINT_ISNOTNULL, SQLITE_INDEX_CONSTRAINT_IS and
SQLITE_INDEX_CONSTRAINT_NE
SQLITE_CONFIG_SMALL_MALLOC
SQLITE_IOCAP_BATCH_ATOMIC
SQLITE_IOERR_ROLLBACK_ATOMIC, SQLITE_IOERR_COMMIT_ATOMIC and
SQLITE_IOERR_BEGIN_ATOMIC
SQLITE_FCNTL_COMMIT_ATOMIC_WRITE, SQLITE_FCNTL_ROLLBACK_ATOMIC_WRITE and
SQLITE_FCNTL_BEGIN_ATOMIC_WRITE
|
2017-09-18 11:53:40 by Maya Rashish | Files touched by this commit (676) |
Log message:
revbump for requiring ICU 59.x
|
2017-09-01 12:14:41 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
3.20.1:
Added SQLITE_DBCONFIG_ENABLE_QPSG constant.
Added shell .open command (APSW issue 240)
|
2017-07-30 00:31:15 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Needs at least sqlite-3.18.
|