Hello!

"Allow INDEXED BY and NOT INDEXED to be used in UPDATE and DELETE statements."
http://www.sqlite.org/cvstrac/chngview?cn=5772

In test script I can see queries like
"SELECT * FROM t1 NOT INDEXED WHERE b = 10 ORDER BY rowid"
"DELETE FROM t1 INDEXED BY i1 WHERE a = 5 AND b = 10"

But I can't find documentation for this features.

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

Reply via email to