On Thu, May 23, 2013 at 3:59 PM, Chris King <chris.k...@corero.com> wrote:
> Download > http://www.fstutoring.com/~**chris/temp/bug.sqlite3<http://www.fstutoring.com/~chris/temp/bug.sqlite3>or > load the .dump below the ---snip---; then perform the following: > > $ sqlite3 -header bug.sqlite3 > > sqlite> select * from marking_next natural join active_transition; > transition|place|marking > t1|p3|3 > I get a different (correct) result when I try the above: drh@tallis:~/sqlite/bld$ ./sqlite3 -header ~/Downloads/bug.sqlite3 SQLite version 3.7.16 2013-03-18 11:39:23 Enter ".help" for instructions Enter SQL statements terminated with a ";" sqlite> select * from marking_next natural join active_transition; transition|place|marking t1|p1|0 t1|p3|3 t1|p4|1 sqlite> -- D. Richard Hipp d...@sqlite.org _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users