On 4/23/2014 10:21 AM, Drago, William @ MWG - NARDAEAST wrote:
.... If I was sure I wouldn't be merging data I might use timer ticks as my ID, 
but I'm not sure and I can't take the chance.

-Bill

Would it be possible to use INTEGER PRIMARY KEY AUTOINCREMENT for the ID, and manually start each test station at an ID value a billion larger than the previous one? Or whatever delta makes sense? Then collision could never happen. And, as a possible bonus, the ID would indicate which station the row came from.


Gerry

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

Reply via email to