mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-11 01:42:22 +03:00
When saving off the value of sqlite3.flags, take care to preserve all 64
bits. FossilOrigin-Name: 9c6dbcfab5952cf4e54de30cf9cee48f988b91a35dc3f04d64d6d994dd84a076
This commit is contained in:
@@ -2077,7 +2077,7 @@ void sqlite3SelectAddColumnTypeAndCollation(
|
||||
Table *sqlite3ResultSetOfSelect(Parse *pParse, Select *pSelect){
|
||||
Table *pTab;
|
||||
sqlite3 *db = pParse->db;
|
||||
int savedFlags;
|
||||
u64 savedFlags;
|
||||
|
||||
savedFlags = db->flags;
|
||||
db->flags &= ~SQLITE_FullColNames;
|
||||
|
||||
Reference in New Issue
Block a user