mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-05 15:55:57 +03:00
Fix the min/max optimizer so that it works when the FROM clause is a
subquery. Ticket #658. (CVS 1293) FossilOrigin-Name: 31c94acc72d318b5dec0fef1485621943add45c8
This commit is contained in:
2
src/os.c
2
src/os.c
@@ -1781,7 +1781,7 @@ char *sqliteOsFullPathname(const char *zRelative){
|
||||
}
|
||||
|
||||
/*
|
||||
** The following variable, if set to a now-zero value, become the result
|
||||
** The following variable, if set to a non-zero value, becomes the result
|
||||
** returned from sqliteOsCurrentTime(). This is used for testing.
|
||||
*/
|
||||
#ifdef SQLITE_TEST
|
||||
|
Reference in New Issue
Block a user