askbook / csharp-sqlite

Automatically exported from code.google.com/p/csharp-sqlite
Other
0 stars 0 forks source link

usedAsColumnCache should be 0 #110

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Following code in line expr_c.cs
static int usedAsColumnCache( Parse pParse, int iFrom, int iTo ){return 1;}

Follwoing assertion in expr_c.cs:
Debug.Assert(0 == usedAsColumnCache(pParse, i, i + n - 1));

The assertion obviously always fails 

What version of the product are you using? On what operating system?
Winphone 7, mercurial Rev Nr 44

Original issue reported on code.google.com by spera...@gmail.com on 16 Apr 2011 at 10:42

GoogleCodeExporter commented 8 years ago

Original comment by noah.hart@gmail.com on 17 Apr 2011 at 9:21

GoogleCodeExporter commented 8 years ago
fixed with changeset:   45:cd8ea207a551

Original comment by noah.hart@gmail.com on 17 Apr 2011 at 9:22