this test in types3 says that the type is ""

do_test types3-2.5 {
  set V [db one {SELECT '1234567890123456.0'}]
  tcl_variable_type V
} {}

however when I try it from the command line i get text

SQLite version 3.7.5
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> SELECT '1234567890123456.0', typeof('1234567890123456.0');
1234567890123456.0|text

I think that the test is wrong and tcl should be expecting {string}

Regards,

Noah Hart
-- 
View this message in context: 
http://old.nabble.com/BUG%3A-types3.test-tp31016794p31016794.html
Sent from the SQLite mailing list archive at Nabble.com.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to