2018-11-05 23:01:45
— part of check-in
[31942b3dd3]
on branch read-only-shadow
— Initial code to make shadow tables read-only to ordinary SQL. The now
xShadowName method is added to the sqlite3_module object and is used
to identify potential shadow tables. The SQLITE_PREPARE_SHADOW argument
to sqlite3_prepare_v3() is defined. It is designed to permit writing to
shadow tables, but is currently an unused placeholder.
(user:
drh
size: 30019)
2018-11-10 18:23:32
— part of check-in
[9c685171c4]
on branch trunk
— Add support for read-only shadow tables on virtual tables. Added the
SQLITE_DEFAULT_DEFENSIVE compile-time option that can put SQLite in
defensive mode by default.
(user:
drh
size: 30019)
2018-11-10 20:07:51
— part of check-in
[977fc44e65]
on branch apple-osx
— Merge the read-only shadow table and defensive mode enhancments from trunk.
(user:
drh
size: 30019)
2018-11-17 18:45:43
— part of check-in
[9fdd186897]
on branch reuse-schema1
— Merge latest trunk changes into this branch.
(user:
dan
size: 30019)
2018-11-26 07:21:06
— part of check-in
[28a615a2e0]
on branch begin-concurrent
— Merge latest trunk changes into this branch.
(user:
dan
size: 30019)
2018-11-26 07:34:33
— part of check-in
[76608f750a]
on branch begin-concurrent-pnu
— Merge latest begin-concurrent changes into this branch.
(user:
dan
size: 30019)
2018-12-01 20:14:06
— part of check-in
[7a44fa5a35]
on branch wal2
— Sync this branch with the latest trunk.
(user:
dan
size: 30019)