Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix test constraint for test 'vtab-1.12'. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
b07b77cc262e45f71fec1bfa08c13308 |
User & Date: | mistachkin 2016-02-14 04:59:15.576 |
Context
2016-02-16
| ||
08:08 | Update SQLite core library to the 3.11 release. check-in: 3f3dcb7a07 user: mistachkin tags: trunk | |
2016-02-14
| ||
04:59 | Fix test constraint for test 'vtab-1.12'. check-in: b07b77cc26 user: mistachkin tags: trunk | |
04:41 | Update SQLite core library to the latest trunk code again. check-in: 3973e62505 user: mistachkin tags: trunk | |
Changes
Changes to Tests/vtab.eagle.
︙ | ︙ | |||
1973 1974 1975 1976 1977 1978 1979 | System.Data.SQLite.SQLiteIndex FreeNative $pIndex(1) } unset -nocomplain constraintUsage unset -nocomplain orderBy nOrderBy iOrderBy unset -nocomplain constraint nConstraint iConstraint unset -nocomplain pIndex index | | | 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 | System.Data.SQLite.SQLiteIndex FreeNative $pIndex(1) } unset -nocomplain constraintUsage unset -nocomplain orderBy nOrderBy iOrderBy unset -nocomplain constraint nConstraint iConstraint unset -nocomplain pIndex index } -constraints {eagle command.object SQLite System.Data.SQLite\ defineConstant.System.Data.SQLite.INTEROP_VIRTUAL_TABLE} -result {}} ############################################################################### runSQLiteTestEpilogue runTestEpilogue |