|
@@ -7,7 +7,7 @@ CREATE TABLE IF NOT EXISTS ServerEntity (
|
|
|
);
|
|
);
|
|
|
|
|
|
|
|
selectAll:
|
|
selectAll:
|
|
|
-SELECT * FROM ServerEntity ORDER BY id;
|
|
|
|
|
|
|
+SELECT * FROM ServerEntity ORDER BY lower(name), id;
|
|
|
|
|
|
|
|
insert:
|
|
insert:
|
|
|
INSERT OR REPLACE INTO ServerEntity VALUES ?;
|
|
INSERT OR REPLACE INTO ServerEntity VALUES ?;
|