Sorting by recently added now uses the 'added' info instead of the 'last write time' of the underlying file, ref #571
This commit is contained in:
@@ -48,9 +48,12 @@ namespace lms::db
|
||||
{
|
||||
prepare();
|
||||
}
|
||||
~Connection() override = default;
|
||||
|
||||
private:
|
||||
Connection& operator=(const Connection&) = delete;
|
||||
Connection(Connection&&) = delete;
|
||||
Connection&& operator=(Connection&&) = delete;
|
||||
|
||||
std::unique_ptr<SqlConnection> clone() const override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user