2014/1/23 Stephan Beal <[email protected]>: > It currently uses Fossil's built-in strglob(), but once it's merged with > trunk it will use sqlite3_strglob() (a change made by Jan just after this > branch was created). In any case, it will handle any globs the rest of > fossil resp. sqlite3 can deal with.
sqlite3_strglob() uses exactly the same Globbing rules as Fossil's strglob(), most likely both are written by the same author ;-) See: <http://www.sqlite.org/src/artifact/6325ac2ec10833cc?ln=591-601> Regards, Jan Nijtmans _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

