1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Merge the latest trunk enhancements into begin-concurrent-pnu.

FossilOrigin-Name: e70878b363db8ed0ed8aa345342a4174d54a8d95330b1bffc2843f0b07332526
This commit is contained in:
drh
2019-05-14 21:51:57 +00:00
91 changed files with 6421 additions and 709 deletions

View File

@@ -307,6 +307,7 @@ set pragma_def {
NAME: case_sensitive_like
FLAG: NoColumns
IF: !defined(SQLITE_OMIT_CASE_SENSITIVE_LIKE_PRAGMA)
NAME: integrity_check
FLAG: NeedSchema Result0 Result1