mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-12 15:24:18 +00:00
test and fix for date queries
This commit is contained in:
parent
260ca18845
commit
4d7f607f49
@ -203,14 +203,6 @@ struct ColumnGetter {
|
||||
}
|
||||
};
|
||||
|
||||
template <typename TableGetter>
|
||||
struct ColumnGetter<DateTime, TableGetter> {
|
||||
static Columns<Int> convert(TableGetter&& table, const PropertyExpression & expr, Arguments &args)
|
||||
{
|
||||
return table()->template column<Int>(expr.prop->table_column);
|
||||
}
|
||||
};
|
||||
|
||||
template <typename RequestedType, typename TableGetter>
|
||||
struct ValueGetter;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user