Re: [sqlite] BUG: test script exclusive2.test needs do_not_use_codec

2011-02-15 Thread Shane Harrelson
Thanks.   I think I got all the changes.

On Mon, Feb 14, 2011 at 7:47 PM, Noah Hart n...@lipmantpa.com wrote:

 exclusive2.test reads directly from the database using binary read

 It needs the following changes:

 -source $testdir/tester.tcl
 +source $testdir/tester.tcl
 +
 +# Do not use a codec for tests in this file, as the database file is
 +# manipulated directly using tcl scripts (using binary read)
 +#
 +do_not_use_codec


 ~Noah Hart

 --
 View this message in context: 
 http://old.nabble.com/BUG%3A-test-script-exclusive2.test-needs-do_not_use_codec-tp30927245p30927245.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

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


[sqlite] BUG: test script exclusive2.test needs do_not_use_codec

2011-02-14 Thread Noah Hart

exclusive2.test reads directly from the database using binary read

It needs the following changes:

-source $testdir/tester.tcl
+source $testdir/tester.tcl
+
+# Do not use a codec for tests in this file, as the database file is  
+# manipulated directly using tcl scripts (using binary read)
+#  
+do_not_use_codec  


~Noah Hart

-- 
View this message in context: 
http://old.nabble.com/BUG%3A-test-script-exclusive2.test-needs-do_not_use_codec-tp30927245p30927245.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