Hi.

I have a strange problem. I have a database a.db.1 and symlink a.db 
which points to a.db.1
When I use command line sqlite3 command I get following.

% echo "select max(id) from t;" | sqlite3 a.db.1
SQL error near line 1: disk I/O error

but

% echo "select max(id) from t;" | sqlite3 a.db
4461066

Could that be explained? I use sqlite3 version 3.6.7

--
Dmitri Priimak


_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to