mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
Allow different comparison operators in the new filter row
Allow other comparison methods than just the LIKE operator when using the new filter row.
This commit is contained in:
@@ -35,7 +35,7 @@ public:
|
||||
signals:
|
||||
|
||||
public slots:
|
||||
void updateFilter(int column, QString value);
|
||||
void updateFilter(int column, const QString& value);
|
||||
|
||||
private:
|
||||
void fetchData(unsigned int from, unsigned to);
|
||||
|
||||
Reference in New Issue
Block a user