Stephen Lombardo
|
748526911f
|
include codec error test in suite
|
2020-11-11 10:25:17 -05:00 |
|
Stephen Lombardo
|
20c39041fd
|
expand codec error test to include multi-step transaction
|
2020-11-11 10:22:13 -05:00 |
|
Stephen Lombardo
|
b395353723
|
Merge branch 'prerelease' into codecerror
|
2020-11-11 09:46:23 -05:00 |
|
Stephen Lombardo
|
c8e644d9db
|
minor adjustment to integrity test
|
2020-11-11 09:41:55 -05:00 |
|
Stephen Lombardo
|
dff5b42562
|
force return NULL pointer on CODEC error
|
2020-11-10 17:35:19 -05:00 |
|
Stephen Lombardo
|
e0df9c6aa5
|
test for codec error corruption in WAL mode
|
2020-11-10 16:57:44 -05:00 |
|
Stephen Lombardo
|
5bdc671b0a
|
add integrity check test for a newly created database using current version
|
2020-11-10 16:54:40 -05:00 |
|
Stephen Lombardo
|
1087a3fa6d
|
deprecate cipher_store_pass
|
2020-10-20 09:16:51 -04:00 |
|
Stephen Lombardo
|
47449e26b1
|
adds test for cipher_default_plaintext_header_size
|
2020-09-23 10:46:28 -04:00 |
|
Stephen Lombardo
|
7b42a9bdd3
|
increase size of corrupted sections in integrity check to avoid false negatives
|
2020-08-24 11:42:29 -04:00 |
|
Stephen Lombardo
|
2efaf9875a
|
Merge sqlite-release(3.33.0) into prerelease-integration
|
2020-08-17 13:14:21 -04:00 |
|
Stephen Lombardo
|
56e56568ce
|
Snapshot of upstream SQLite 3.33.0
|
2020-08-17 13:03:40 -04:00 |
|
Stephen Lombardo
|
d7fb2c0ea5
|
Merge sqlite-release(3.32.3) into prerelease-integration
|
2020-06-19 11:04:58 -04:00 |
|
Stephen Lombardo
|
ed8f99586a
|
Snapshot of upstream SQLite 3.32.3
|
2020-06-19 10:52:08 -04:00 |
|
Stephen Lombardo
|
f1cdc6934b
|
initialize pretest
|
2020-06-11 13:38:44 -04:00 |
|
Stephen Lombardo
|
ce9c038de5
|
switch sqlcipher.test to use test suite runner
|
2020-06-11 13:35:43 -04:00 |
|
Stephen Lombardo
|
374603b895
|
Merge branch '5a877221' into prerelease
|
2020-05-28 09:46:21 -04:00 |
|
Stephen Lombardo
|
3d155457ce
|
version change to 4.4.1
|
2020-05-28 09:45:57 -04:00 |
|
Stephen Lombardo
|
f392d496f0
|
Merge branch 'sqlite-release' into 5a877221
|
2020-05-27 16:11:35 -04:00 |
|
Stephen Lombardo
|
c17b466415
|
Snapshot of upstream SQLite 3.32.1
|
2020-05-27 16:08:37 -04:00 |
|
Stephen Lombardo
|
b34ab30a4b
|
Merge branch 'sqlite-release' into 5a877221
|
2020-05-24 07:49:43 -04:00 |
|
Stephen Lombardo
|
5e3132ebe8
|
Snapshot of upstream SQLite 3.32.0
|
2020-05-24 07:23:38 -04:00 |
|
Stephen Lombardo
|
b8e6e270b1
|
Merge branch 'sqlite-release' into prerelease-integration
|
2020-05-13 16:17:29 -04:00 |
|
Stephen Lombardo
|
04c4033c00
|
Snapshot of upstream SQLite check-in 5a877221
|
2020-05-13 15:07:50 -04:00 |
|
Stephen Lombardo
|
1309dcf2bd
|
update version and changelog
|
2020-04-30 15:28:17 -04:00 |
|
Stephen Lombardo
|
06467378a3
|
Merge sqlite-release(3.31.0) into prerelease-integration
|
2020-04-22 11:30:22 -04:00 |
|
Stephen Lombardo
|
6b86da716e
|
Snapshot of upstream SQLite 3.31.0
|
2020-04-22 11:11:26 -04:00 |
|
Stephen Lombardo
|
924e0ef0f8
|
update version to 4.3.0
|
2019-10-31 08:56:05 -04:00 |
|
Stephen Lombardo
|
9df3ee334f
|
Merge sqlite-release(3.30.1) into prerelease-integration
|
2019-10-27 18:31:57 -04:00 |
|
Stephen Lombardo
|
e714766eba
|
Snapshot of upstream SQLite 3.30.1
|
2019-10-27 18:21:41 -04:00 |
|
Stephen Lombardo
|
9d3769e101
|
remove redundant backup tests that have been moved to sqlcipher-backup.test
|
2019-10-08 14:23:59 -04:00 |
|
Stephen Lombardo
|
6936ef0d11
|
complete 424d75a5a4
|
2019-10-03 15:43:04 -04:00 |
|
Stephen Lombardo
|
424d75a5a4
|
adjust backup API block so that encrypted->encrypted is permitted
|
2019-10-03 15:40:59 -04:00 |
|
Stephen Lombardo
|
2f8202bf51
|
update tests to expect "ok" from PRAGMA key
|
2019-09-25 13:36:22 -04:00 |
|
Stephen Lombardo
|
cf5ec544d2
|
Merge sqlite-release(3.29.0) into prerelease-integration
|
2019-09-25 12:13:27 -04:00 |
|
Stephen Lombardo
|
400c015f3f
|
Snapshot of upstream SQLite 3.29.0
|
2019-09-25 10:27:57 -04:00 |
|
Edouard Oger
|
d211c296e6
|
NSS crypto implementation
|
2019-06-27 14:11:33 -04:00 |
|
Stephen Lombardo
|
4f5a821e93
|
do not attempt to lock the database as it will fail if the first page is invalid
|
2019-05-28 15:40:59 -04:00 |
|
Stephen Lombardo
|
83cddfda21
|
bumps version to 4.2.0
|
2019-05-20 15:05:05 -04:00 |
|
Stephen Lombardo
|
6158146e65
|
Merge sqlite-release(3.28.0) into prerelease-integration
|
2019-05-15 12:58:11 -04:00 |
|
Stephen Lombardo
|
801ae64881
|
Snapshot of upstream SQLite 3.28.0
|
2019-05-15 12:49:41 -04:00 |
|
Stephen Lombardo
|
488d81e8da
|
implementation of PRAGMA cipher_integrity_check and associated tests
|
2019-05-15 10:24:27 -04:00 |
|
Stephen Lombardo
|
0acf2e7867
|
improves sqlcipher_export to resolve #310
|
2019-03-12 09:54:02 -04:00 |
|
Stephen Lombardo
|
9428ef0ed2
|
add test to verify temp tables
|
2019-03-05 10:57:06 -05:00 |
|
Stephen Lombardo
|
549cee5505
|
Merge sqlite-release(3.27.2) into prerelease-integration
|
2019-02-25 15:00:57 -05:00 |
|
Stephen Lombardo
|
49234e8eaf
|
Snapshot of upstream SQLite 3.27.2
|
2019-02-25 14:46:38 -05:00 |
|
Stephen Lombardo
|
cced1c4d8b
|
bump version to 4.1.0
|
2019-02-21 09:12:12 -05:00 |
|
Stephen Lombardo
|
eb6639c16c
|
add test for VACUUM INTO
|
2019-02-13 13:11:10 -05:00 |
|
Stephen Lombardo
|
c22eaf85ed
|
Merge sqlite-release(3.27.1) into prerelease-integration
|
2019-02-10 10:44:20 -05:00 |
|
Stephen Lombardo
|
4745d8a485
|
Snapshot of upstream SQLite 3.27.1
|
2019-02-10 10:35:42 -05:00 |
|