maleo-foundation 0.2.94__py3-none-any.whl → 0.2.96__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- maleo_foundation/utils/query.py +2 -2
- {maleo_foundation-0.2.94.dist-info → maleo_foundation-0.2.96.dist-info}/METADATA +1 -1
- {maleo_foundation-0.2.94.dist-info → maleo_foundation-0.2.96.dist-info}/RECORD +5 -5
- {maleo_foundation-0.2.94.dist-info → maleo_foundation-0.2.96.dist-info}/WHEEL +0 -0
- {maleo_foundation-0.2.94.dist-info → maleo_foundation-0.2.96.dist-info}/top_level.txt +0 -0
maleo_foundation/utils/query.py
CHANGED
@@ -24,10 +24,10 @@ class BaseQueryUtils:
|
|
24
24
|
value_filters = []
|
25
25
|
if value is not None:
|
26
26
|
value_filters.extend([column_attr == val for val in value])
|
27
|
-
if include_null:
|
28
|
-
value_filters.append(column_attr.is_(None))
|
29
27
|
|
30
28
|
if value_filters:
|
29
|
+
if include_null:
|
30
|
+
value_filters.append(column_attr.is_(None))
|
31
31
|
query = query.filter(or_(*value_filters))
|
32
32
|
|
33
33
|
return query
|
@@ -104,7 +104,7 @@ maleo_foundation/utils/exceptions.py,sha256=eM__Mxo-BC5d7JmoBd-Wh-fmryUdfjNfOuY_
|
|
104
104
|
maleo_foundation/utils/extractor.py,sha256=0HoJ0hLqt3-izaekjPfxqWjvUmXTsm4Muyttu0_VyuI,2109
|
105
105
|
maleo_foundation/utils/logging.py,sha256=W5Fhk_xAXVqSujaY8mv3hRH4wlQSpUn4ReuMoiKcQa4,7759
|
106
106
|
maleo_foundation/utils/merger.py,sha256=z9GROLVtGpwx84bOiakBFphKazsI-9l3F3WauTDwQLs,597
|
107
|
-
maleo_foundation/utils/query.py,sha256=
|
107
|
+
maleo_foundation/utils/query.py,sha256=GV9RqmwqpJv1iY1yNkhA9uJXG36qVhYF1HLR8MAkZDc,7965
|
108
108
|
maleo_foundation/utils/repository.py,sha256=knBi3xOLlhBIEtChvqbZh4wXmgrFCB3rDwQXy41d7_c,2852
|
109
109
|
maleo_foundation/utils/searcher.py,sha256=gsseMkr0swKj3l-xil5qqncTbYNkS96eieFE_ehaF8I,504
|
110
110
|
maleo_foundation/utils/dependencies/__init__.py,sha256=0KKGrdfj8Cc5A4SRk_ZBAxzOP795Mizdb4zIBh07KC4,122
|
@@ -119,7 +119,7 @@ maleo_foundation/utils/loaders/credential/__init__.py,sha256=qopTKvcMVoTFwyRijeg
|
|
119
119
|
maleo_foundation/utils/loaders/credential/google.py,sha256=HUcuHD4tXHPt0eHInlFYxA_MDrGSOtbenpd0PX156OM,1255
|
120
120
|
maleo_foundation/utils/loaders/key/__init__.py,sha256=hVygcC2ImHc_aVrSrOmyedR8tMUZokWUKCKOSh5ctbo,106
|
121
121
|
maleo_foundation/utils/loaders/key/rsa.py,sha256=gDhyX6iTFtHiluuhFCozaZ3pOLKU2Y9TlrNMK_GVyGU,3796
|
122
|
-
maleo_foundation-0.2.
|
123
|
-
maleo_foundation-0.2.
|
124
|
-
maleo_foundation-0.2.
|
125
|
-
maleo_foundation-0.2.
|
122
|
+
maleo_foundation-0.2.96.dist-info/METADATA,sha256=gjiDoE_9QnHceaTxTkUGeTq9qMidg51Tll4YDnUU1iQ,3598
|
123
|
+
maleo_foundation-0.2.96.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
124
|
+
maleo_foundation-0.2.96.dist-info/top_level.txt,sha256=_iBos3F_bhEOdjOnzeiEYSrCucasc810xXtLBXI8cQc,17
|
125
|
+
maleo_foundation-0.2.96.dist-info/RECORD,,
|
File without changes
|
File without changes
|