Re: [sqlite] sqlite3_analyzer with 3.6.19 distribution

2009-11-13 Thread Artur Reilin


 On Nov 12, 2009, at 4:36 PM, Artur Reilin wrote:

 I also wonder, why the analyzer isn't working. I doesn't work for me.

 In what respect is it malfunctioning?


I've tried to use it in command line, but it didn't work; starting or put
databases there, also don't work. at lest i didn't really know how this
analyzer should work...

with best wishes

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


Re: [sqlite] sqlite3_analyzer with 3.6.19 distribution

2009-11-12 Thread Jens Miltner

Am 11.11.2009 um 17:45 schrieb D. Richard Hipp:


 On Nov 11, 2009, at 11:24 AM, Jens Miltner wrote:

 Is sqlite3_analyzer supposed to work in 3.6.19?



 No.  sqlite3_analyzer has been busted for a long time.  But the 3.6.0
 version of sqlite3_analyzer works just fine, even on databases created
 using 3.6.19.

Thanks, that helps...

Just out of curiosity: is sqlite3_analyzer just broken and nobody got  
around to fix it, or is it being deprecated?

/jum


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


Re: [sqlite] sqlite3_analyzer with 3.6.19 distribution

2009-11-12 Thread Dan Kennedy

On Nov 12, 2009, at 3:01 PM, Jens Miltner wrote:


 Am 11.11.2009 um 17:45 schrieb D. Richard Hipp:


 On Nov 11, 2009, at 11:24 AM, Jens Miltner wrote:

 Is sqlite3_analyzer supposed to work in 3.6.19?



 No.  sqlite3_analyzer has been busted for a long time.  But the 3.6.0
 version of sqlite3_analyzer works just fine, even on databases  
 created
 using 3.6.19.

 Thanks, that helps...

 Just out of curiosity: is sqlite3_analyzer just broken and nobody got
 around to fix it, or is it being deprecated?

Plans are to fix it at some point in the future. It's not urgent though
as there is no reason the 3.6.0 version will stop working.

Dan.

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


Re: [sqlite] sqlite3_analyzer with 3.6.19 distribution

2009-11-12 Thread Artur Reilin
I also wonder, why the analyzer isn't working. I doesn't work for me.


 On Nov 12, 2009, at 3:01 PM, Jens Miltner wrote:


 Am 11.11.2009 um 17:45 schrieb D. Richard Hipp:


 On Nov 11, 2009, at 11:24 AM, Jens Miltner wrote:

 Is sqlite3_analyzer supposed to work in 3.6.19?



 No.  sqlite3_analyzer has been busted for a long time.  But the 3.6.0
 version of sqlite3_analyzer works just fine, even on databases
 created
 using 3.6.19.

 Thanks, that helps...

 Just out of curiosity: is sqlite3_analyzer just broken and nobody got
 around to fix it, or is it being deprecated?

 Plans are to fix it at some point in the future. It's not urgent though
 as there is no reason the 3.6.0 version will stop working.

 Dan.

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




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


Re: [sqlite] sqlite3_analyzer with 3.6.19 distribution

2009-11-12 Thread Dan Kennedy

On Nov 12, 2009, at 4:36 PM, Artur Reilin wrote:

 I also wonder, why the analyzer isn't working. I doesn't work for me.

In what respect is it malfunctioning?

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


[sqlite] sqlite3_analyzer with 3.6.19 distribution

2009-11-11 Thread Jens Miltner
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


Re: [sqlite] sqlite3_analyzer with 3.6.19 distribution

2009-11-11 Thread D. Richard Hipp

On Nov 11, 2009, at 11:24 AM, Jens Miltner wrote:

 Is sqlite3_analyzer supposed to work in 3.6.19?



No.  sqlite3_analyzer has been busted for a long time.  But the 3.6.0  
version of sqlite3_analyzer works just fine, even on databases created  
using 3.6.19.

D. Richard Hipp
d...@hwaci.com



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