Hi,

I'm using the Sessions extension, and I'm seeing a problem in which when 
calling sqlite3session_changeset(), it calls sessionSelectStmt with 
zTab="sqlite_master", which fails because that table has no primary key.

I'm doing sqlite3session_attach(d->sqlSession, 0), so that should include "all 
tables", and even though sqlite_master is in the set of "all tables", however, 
I don't think automatic modifications should be recorded anyway with sessions.

xPreUpdate in slqite3session.c is called as a consequence of me doing a "drop 
index".

I think this is a bug.

I can workaround it by disabling sessions for the drop?

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

Reply via email to