organizations-local 0.0.31__py3-none-any.whl → 0.0.32__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.
- organizations_local/organizations_local.py +2 -2
- {organizations_local-0.0.31.dist-info → organizations_local-0.0.32.dist-info}/METADATA +1 -1
- organizations_local-0.0.32.dist-info/RECORD +7 -0
- organizations_local-0.0.31.dist-info/RECORD +0 -7
- {organizations_local-0.0.31.dist-info → organizations_local-0.0.32.dist-info}/WHEEL +0 -0
- {organizations_local-0.0.31.dist-info → organizations_local-0.0.32.dist-info}/top_level.txt +0 -0
|
@@ -175,8 +175,8 @@ class OrganizationsLocal(GenericCRUDML, metaclass=MetaLogger,
|
|
|
175
175
|
view_table_name = view_table_name or DEFAULT_ML_VIEW_NAME
|
|
176
176
|
organizations_ids_and_names_list = []
|
|
177
177
|
select_clause_value = "organization_id, title"
|
|
178
|
-
|
|
179
|
-
|
|
178
|
+
placeholders = ', '.join(['%s'] * len(organizations_ids_list))
|
|
179
|
+
where_clause_value = f"organization_id in ({placeholders})"
|
|
180
180
|
organizations_ids_and_names_list = self.select_multi_tuple_by_where(
|
|
181
181
|
view_table_name=view_table_name, select_clause_value=select_clause_value,
|
|
182
182
|
where=where_clause_value, params=organizations_ids_list
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
organizations_local/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
organizations_local/organizations_constants.py,sha256=pxyAMmv4BFCfzyDsF92vImLdazA7_0ecKyVmOR9peEE,900
|
|
3
|
+
organizations_local/organizations_local.py,sha256=jtU97Pr4fVBZgSKVWKpIJGyHsyc6W8IDbseHmHJj9U0,13104
|
|
4
|
+
organizations_local-0.0.32.dist-info/METADATA,sha256=UJCM6Ijx1Q2FpidnjwO3IPo2MG_169YT_ldaZQZ3wyg,654
|
|
5
|
+
organizations_local-0.0.32.dist-info/WHEEL,sha256=Z4pYXqR_rTB7OWNDYFOm1qRk0RX6GFP2o8LgvP453Hk,91
|
|
6
|
+
organizations_local-0.0.32.dist-info/top_level.txt,sha256=Y8wRcm3jFTyMdysBub_P8iqX1VOMS0ohUxA1GQdngFU,20
|
|
7
|
+
organizations_local-0.0.32.dist-info/RECORD,,
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
organizations_local/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
organizations_local/organizations_constants.py,sha256=pxyAMmv4BFCfzyDsF92vImLdazA7_0ecKyVmOR9peEE,900
|
|
3
|
-
organizations_local/organizations_local.py,sha256=Tk84sAUu2N8IA40OkRIjMbFudMR6JvJwQbyKsdKzmV4,13121
|
|
4
|
-
organizations_local-0.0.31.dist-info/METADATA,sha256=dYHdFkJr5b3AcU9rTSjZv4Q8YndPR7sQcXFhlRcl7Sc,654
|
|
5
|
-
organizations_local-0.0.31.dist-info/WHEEL,sha256=Z4pYXqR_rTB7OWNDYFOm1qRk0RX6GFP2o8LgvP453Hk,91
|
|
6
|
-
organizations_local-0.0.31.dist-info/top_level.txt,sha256=Y8wRcm3jFTyMdysBub_P8iqX1VOMS0ohUxA1GQdngFU,20
|
|
7
|
-
organizations_local-0.0.31.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|