tobiasschulz / csharp-sqlite

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

textfixture fails running tclsqlite.test #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

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/tclsqlite.test
3. Start running in DEBUG mode

first error

do_test tcl-2.1 {
  execsql "CREATE TABLE t\u0123x(a int, b\u1235 float)"
} {}

tcl-2.1...  Error: unrecognized token: "g"

May simply be incorrect processing of Unicode in the TCL port

Need to determine the root cause of this error and determine if we will
ignore or fix

Original issue reported on code.google.com by noah.hart@gmail.com on 8 Aug 2009 at 2:52

GoogleCodeExporter commented 9 years ago
still exists under 3.6.22

Original comment by noah.hart@gmail.com on 12 Jan 2010 at 8:51

GoogleCodeExporter commented 9 years ago
Unicode not supported by C# port;

Original comment by noah.hart@gmail.com on 28 Feb 2011 at 2:44