Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Stop leaking the 'savedEnv' script variable in tests 'data-1.68' and 'data-1.69'. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
90e0d6df11eb57d13c258f5382700ad4 |
User & Date: | mistachkin 2015-12-20 07:13:34.967 |
Context
2015-12-20
| ||
07:13 | Use save/restore semantics for environment variables modified by the test suite infrastructure. check-in: 90e981ea2d user: mistachkin tags: trunk | |
07:13 | Stop leaking the 'savedEnv' script variable in tests 'data-1.68' and 'data-1.69'. check-in: 90e0d6df11 user: mistachkin tags: trunk | |
00:28 | Avoid using the SQLiteString and SQLiteMemory classes when compiling without virtual table support. Fix for [b56b653ee9]. check-in: cfc40dbb9c user: mistachkin tags: trunk | |
Changes
Changes to Tests/basic.eagle.
︙ | |||
3170 3171 3172 3173 3174 3175 3176 | 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 | - + | [$connection Flags] } -cleanup { cleanupDb $fileName restoreSQLiteConnectionEnvironment freeDbConnection |
︙ | |||
3194 3195 3196 3197 3198 3199 3200 | 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 | - + | [$connection Flags] } -cleanup { cleanupDb $fileName restoreSQLiteConnectionEnvironment freeDbConnection |
︙ |