Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Escape some reserved characters in the comments for a test. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
15705ce58d6f3876b84dcf95e9cb8f32 |
User & Date: | mistachkin 2015-01-29 05:22:27.345 |
Context
2015-01-30
| ||
17:59 | Update SQLite core library to the 3.8.8.2 release. check-in: c0f67d5d98 user: mistachkin tags: trunk | |
2015-01-29
| ||
05:22 | Escape some reserved characters in the comments for a test. check-in: 15705ce58d user: mistachkin tags: trunk | |
00:57 | Enable easier integration with SEE. check-in: 328517cce9 user: mistachkin tags: trunk | |
Changes
Changes to Tests/vtab.eagle.
︙ | ︙ | |||
1277 1278 1279 1280 1281 1282 1283 | { // do nothing. } /////////////////////////////////////////////////////////////////////// // | | | 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 | { // do nothing. } /////////////////////////////////////////////////////////////////////// // // BUGFIX: This method helps verify ticket \[56f511d268\] is fixed. // public override SQLiteErrorCode BestIndex( SQLiteVirtualTable table, SQLiteIndex index ) { if (index.Outputs.ConstraintUsages.Length > 0) |
︙ | ︙ | |||
1422 1423 1424 1425 1426 1427 1428 | { // do nothing. } /////////////////////////////////////////////////////////////////////// // | | | 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 | { // do nothing. } /////////////////////////////////////////////////////////////////////// // // BUGFIX: This method helps verify ticket \[56f511d268\] is fixed. // public override SQLiteErrorCode BestIndex( SQLiteVirtualTable table, SQLiteIndex index ) { if (index.Outputs.ConstraintUsages.Length > 0) |
︙ | ︙ |