Am 20.03.2012 21:28, schrieb Baruch Burstein:
I just noticed that the dot-commands are tested by the length of the input, not of the correct term. For example, '.e' will match '.exit' (it would also match '.explain', except it matches '.exit' first). Is this intended behavior? And if so, why should '.e' match '.exit' any more than '.explain'?
SELECT 'explain' > 'exit'; _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

