mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-04 15:39:26 -05:00
init. QueryBuilder operators only once
This commit is contained in:
@@ -640,14 +640,7 @@ namespace Orm::Query
|
||||
void checkBindingType(BindingType type) const;
|
||||
|
||||
/*! All of the available clause operators. */
|
||||
const QVector<QString> m_operators {
|
||||
EQ, LT, GT, LE, GE, NE_, NE, "<=>",
|
||||
LIKE, "like binary", NLIKE, ILIKE,
|
||||
B_AND, B_OR, "^", "<<", ">>", "&~",
|
||||
"rlike", "not rlike", "regexp", "not regexp",
|
||||
"~", "~*", "!~", "!~*", "similar to",
|
||||
"not similar to", "not ilike", "~~*", "!~~*",
|
||||
};
|
||||
static const QVector<QString> &getOperators();
|
||||
|
||||
/*! The database connection instance. */
|
||||
DatabaseConnection &m_connection;
|
||||
|
||||
Reference in New Issue
Block a user