Hi,

I just tried to build the sqlite3_analyzer from the 3.6.19  
distribution on Mac OS X (using 'make sqlite3_analyzer'), but when I  
run the tool, I get the following error:

> Analyzing table agent_registry...
> ERROR: invalid command name "btree_cursor_info"
> invalid command name "btree_cursor_info"
>     while executing
> "btree_cursor_info $csr $up"
>     (procedure "cursor_info" line 3)
>     invoked from within
> "cursor_info ci $csr"
>     ("foreach" body line 38)
>     invoked from within
> "foreach {name rootpage} [db eval $sql] {
>   puts stderr "Analyzing table $name..."
>
>   # Code below traverses the table being analyzed (table name  
> $name..."

(BTW: when running a debug build, some ALWAYS assertion fires).

Is sqlite3_analyzer supposed to work in 3.6.19?

Thanks,
</jum>

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

Reply via email to