yiskang / csharp-sqlite

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

testfixture fails running tkt-78e04e52ea.test #43

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
tkt-78e04-1.0...

What steps will reproduce the problem?
1. Open testfixture project, set to the DEBUG build
2. In test/^testscripts.txt setup the following test:
source $testdir/tkt-78e04e52ea.test
3. Start running in DEBUG mode

tkt-78e04e52 fails in legacy_c.c at line 189 
in the ALWAYS clause
      if ( rc != SQLITE_OK && ALWAYS( rc == sqlite3_errcode( db ) ) &&
pzErrMsg != null )

Need to determine the root cause of this error

Original issue reported on code.google.com by noah.hart@gmail.com on 12 Jan 2010 at 8:54

GoogleCodeExporter commented 8 years ago
Fixed in check in 6b0f51ce71  
Now runs tkt-78e04e52ea.test

Was setting column name to null in error when column name was ""

Original comment by noah.hart@gmail.com on 20 Feb 2010 at 12:33