We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ca7070 commit eb630fcCopy full SHA for eb630fc
1 file changed
TestSqlLiteDatabase/QueryTest.cs
@@ -31,7 +31,7 @@ public void TestQuery()
31
transaction);
32
33
SqlLiteDatabase.Query(
34
- "select TEST_VAL1,TEST_VAL2 from TEST_TABLE",
+ "select TEST_VAL1,TEST_VAL2 from TEST_TABLE order by 1",
35
connection,
36
transaction,
37
(result) => {
0 commit comments