mirror of
https://github.com/getml/sqlgen.git
synced 2025-12-31 22:49:35 -06:00
To lhs,rhs
This commit is contained in:
@@ -5,8 +5,8 @@ namespace sqlgen::transpilation::conditions {
|
||||
|
||||
template <class CondType1, class CondType2>
|
||||
struct And {
|
||||
CondType1 cond1;
|
||||
CondType2 cond2;
|
||||
CondType1 lhs;
|
||||
CondType2 rhs;
|
||||
};
|
||||
|
||||
template <class OpType1, class OpType2>
|
||||
@@ -47,8 +47,8 @@ struct LesserThan {
|
||||
|
||||
template <class CondType1, class CondType2>
|
||||
struct Or {
|
||||
CondType1 cond1;
|
||||
CondType2 cond2;
|
||||
CondType1 lhs;
|
||||
CondType2 rhs;
|
||||
};
|
||||
|
||||
} // namespace sqlgen::transpilation::conditions
|
||||
|
||||
Reference in New Issue
Block a user