> If you don't need this behaviour because you're confident you'll never get a 
> clash, then you could accumulate your INSERTs in memory, then blast through 
> them when you would previously have just done the COMMIT.


i will never have a clash because i manage the primary keys myself.
is there an SQL way to do that or do you mean i should build my own struct to 
hold the data temporarily?
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to