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