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
Original issue reported on code.google.com by
noah.hart@gmail.com
on 8 Aug 2009 at 2:52