2020-03-15 23:50:51 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-apsw: updated to 3.31.1
3.31.1-r1
Various updates due to year change
Fix deprecated universal newline use in shell
Shell now uses pragma function_list to get list of functions for tab completion
Added constants:
SQLITE_DBCONFIG_TRUSTED_SCHEMA, SQLITE_DBCONFIG_LEGACY_FILE_FORMAT,
SQLITE_CONSTRAINT_PINNED, SQLITE_OK_SYMLINK, SQLITE_CANTOPEN_SYMLINK,
SQLITE_FCNTL_CKPT_DONE, SQLITE_OPEN_NOFOLLOW, SQLITE_VTAB_DIRECTONLY
|
2019-11-06 16:46:52 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-apsw: updated to 3.30.1
3.30.1-r1
Added constants:
SQLITE_DBCONFIG_ENABLE_VIEW
Updated hashing of SQL statements
Python 3.8 Windows binaries available.
|
2019-10-19 16:34:01 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-apsw: updated to 3.29.0
3.29.0:
Added constants:
SQLITE_DBCONFIG_DQS_DML, SQLITE_DBCONFIG_DQS_DDL, SQLITE_DBCONFIG_LEGACY_ALTER_TABLE
Updated Connection.config() with all current SQLITE_DBCONFIG constants. Also \
fixes APSW issue 249
|
2019-06-18 10:44:54 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-apsw: updated to 3.28.0
3.28.0-r1
Added constant:
SQLITE_DBCONFIG_WRITABLE_SCHEMA
|
2019-04-03 02:33:20 by Ryo ONODERA | Files touched by this commit (748) |
Log message:
Recursive revbump from textproc/icu
|
2019-03-27 12:06:31 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-apsw: requires sqlite3 3.27 or newer
|
2019-03-21 15:22:50 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-apsw: updated to 3.27.2
3.27.2-r1
Added constants:
* SQLITE_CONFIG_MEMDB_MAXSIZE, SQLITE_FCNTL_SIZE_LIMIT
Added support for the geopoly extension
Removed hash optimisation that isn’t useful any more
|
2019-01-08 10:33:17 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-apsw: updated to 3.26.0
3.26.0-r1
Added constant:
SQLITE_DBCONFIG_DEFENSIVE
|
2018-12-09 19:52:52 by Adam Ciarcinski | Files touched by this commit (724) |
Log message:
revbump after updating textproc/icu
|
2018-11-20 11:46:38 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-apsw: updated to 3.25.1
3.25.1:
Added constants:
SQLITE_INDEX_CONSTRAINT_FUNCTION, SQLITE_CANTOPEN_DIRTYWAL, \
SQLITE_ERROR_SNAPSHOT, SQLITE_FCNTL_DATA_VERSION
Shell output mode now has lines and columns for compatibility (APSW issue 214)
Example now runs under both Python 2 and 3.
|