Currently SQLITE_ERROR stands for two very different errors:
> #define SQLITE_ERROR 1 /* SQL error or missing database */It would make sense to have separate codes for them to avoid possible confusion, because these two errors really have nothing in common.
Yuri _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users