Hi! I am trying Mk4tcl on windows XP and tcl 8.4
package require Mk4tcl mk::file open db "test.db" mk::view layout db.table {token frequency:I} mk::row append db.table token blurp frequency 1 mk::file commit db set res [mk::select -count 1 db.table token blurp] # -----> ..breaks tclsh #set res [mk::select db.table token blurp] # ..does not
Ouch, try: set res [mk::select db.table -count 1 token blurp]
If that fixes it, then the bug in Mk4tcl is that it does not properly catch this incorrect call. I'd appreciate it if you have time to file a bug report so this does not get lost:
http://www.equi4.com/bugs
-jcw
_______________________________________________ metakit mailing list - [EMAIL PROTECTED] http://www.equi4.com/mailman/listinfo/metakit
