On 3 Oct 2016, at 3:18pm, Andrii Motsok <andrii.mot...@tomtom.com> wrote:

> Can we assume that container1 == container2 ? Or in another words can we 
> assume that order of rows is same in this scenario?

Even if this assumption holds true in the current version of SQLite, someone 
could always do

PRAGMA reverse_unordered_selects

and mess it up for you.  If you want a fixed order, specify it.

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

Reply via email to