bool reverse_unordered_selects { set; get; }
Reverse unordered selects
When enabled, this PRAGMA causes SELECT statements without a an ORDER BY clause to emit their results in the reverse order of what they normally would. This can help debug applications that are making invalid assumptions about the result order.
See SQLite documentation at: http://sqlite.org/pragma.html#pragma_reverse_unordered_selects