Thanks for the reports on the TCL test cases. I think
http://www.sqlite.org/src/vinfo/97f8a886b6 should correct everything you
reported.
On Tue, Dec 29, 2009 at 1:02 PM, Noah Hart wrote:
> Test schema-13.1 fails with
> Error: {authorization not available in this build}
>
> Test needs to be brac
Test schema-13.1 fails with
Error: {authorization not available in this build}
Test needs to be bracket with
ifcapable auth {
do_test schema-13.1 {
set S [sqlite3_prepare_v2 db "SELECT * FROM sqlite_master" -1 dummy]
db function hello hello
db function hello {}
db auth auth
db auth fa
2 matches
Mail list logo