mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-11 01:42:22 +03:00
Enhance PRAGMA integrity_check so that it verifies the datatype of
all columns in STRICT tables. FossilOrigin-Name: 97c9248b3b81facce569bfa3fb405d44a1d1041e87132e8f649458c95620ccb2
This commit is contained in:
@@ -4841,6 +4841,7 @@ extern const unsigned char sqlite3OpcodeProperty[];
|
||||
extern const char sqlite3StrBINARY[];
|
||||
extern const unsigned char sqlite3StdTypeLen[];
|
||||
extern const char sqlite3StdTypeAffinity[];
|
||||
extern const char sqlite3StdTypeMap[];
|
||||
extern const char *sqlite3StdType[];
|
||||
extern const unsigned char sqlite3UpperToLower[];
|
||||
extern const unsigned char *sqlite3aLTb;
|
||||
|
||||
Reference in New Issue
Block a user