mirror of
https://github.com/Infinidat/infi.clickhouse_orm.git
synced 2025-08-02 11:10:11 +03:00
Merge f9d247bf14
into 45a9200ff6
This commit is contained in:
commit
bf7d929d39
|
@ -262,7 +262,7 @@ class Q(object):
|
|||
|
||||
def __invert__(self):
|
||||
q = copy(self)
|
||||
q._negate = True
|
||||
q._negate = not q._negate
|
||||
return q
|
||||
|
||||
def __bool__(self):
|
||||
|
|
Loading…
Reference in New Issue
Block a user