thenaterhood/thenaterweb

Fix sort issue with SQLite database class

Closed this issue · 1 comments

The SQLite database class will return data in the order in which it was added to the database. This may or may not be appropriate to the situation, so adding the ability to order the database output by a field would be useful.

Tentatively fixed, results from a query can now be sorted.