ormlambda 2.11.1__py3-none-any.whl → 2.11.2__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.
@@ -269,7 +269,11 @@ class DecompositionQueryBase[T: tp.Type[Table], *Ts](IDecompositionQuery[T, *Ts]
269
269
  return ClauseInfo[T](self.table, data, alias_children_resolver=self.alias_children_resolver)
270
270
 
271
271
  def _ICustomAlias_type(self, data: ICustomAlias, ti: TupleInstruction):
272
- return ClauseInfo(data.table, data, data.alias_children_resolver)
272
+ # TODOM: Chech why I have to modify "clause_info._query" with 'data.query' to work as expected
273
+ clause_info = ClauseInfo(data.table, data, data.alias_children_resolver)
274
+
275
+ clause_info._query = data.query
276
+ return clause_info
273
277
 
274
278
  def _search_correct_table_for_prop[TTable](self, table: tp.Type[Table], tuple_instruction: TupleInstruction, prop: property) -> ClauseInfo[TTable]:
275
279
  temp_table: tp.Type[Table] = table
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ormlambda
3
- Version: 2.11.1
3
+ Version: 2.11.2
4
4
  Summary: ORM designed to interact with the database (currently with MySQL) using lambda functions and nested functions
5
5
  Author: p-hzamora
6
6
  Author-email: p.hzamora@icloud.com
@@ -2,7 +2,7 @@ ormlambda/__init__.py,sha256=lWQxjf2cQ2bXenNaDpoy2Bar6imiPlzc4nK0hkIYhC0,723
2
2
  ormlambda/common/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
3
3
  ormlambda/common/abstract_classes/__init__.py,sha256=tk2J4Mn_nD-1ZjtMVBE5FH7KR_8ppN_1Kx1s6c38GjM,167
4
4
  ormlambda/common/abstract_classes/abstract_model.py,sha256=xmpr7_Hn5r1bRG2UtOKdhlZgXUqgFGuTTXsmm4LqmEI,5100
5
- ormlambda/common/abstract_classes/decomposition_query.py,sha256=rXy4dNU51_JDAtZRl0X6LYlfRHG0TtFnUJ_mEgvb2cU,14944
5
+ ormlambda/common/abstract_classes/decomposition_query.py,sha256=_ANgNbIBclMW6vil7hQ30Zim4o0vy396Kt7HgsqTdN4,15122
6
6
  ormlambda/common/abstract_classes/non_query_base.py,sha256=5jhvyT7OZaJxlGp9XMP3vQ4ei5QQZBn-fFtJnD640mE,980
7
7
  ormlambda/common/abstract_classes/query_base.py,sha256=6qUFPwsVx45kUW3b66pHiSyjhcH4mzbdkddlGeUnG7c,266
8
8
  ormlambda/common/enums/__init__.py,sha256=4lVKCHi1JalwgNzjsAXqX-C54NJEH83y2v5baMO8fN4,103
@@ -75,7 +75,7 @@ ormlambda/utils/module_tree/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMp
75
75
  ormlambda/utils/module_tree/dfs_traversal.py,sha256=lSF03G63XtJFLp03ueAmsHMBvhUkjptDbK3IugXm8iU,1425
76
76
  ormlambda/utils/module_tree/dynamic_module.py,sha256=zwvjU3U2cz6H2CDp9Gncs5D5bSAyfITNa2SDqFDl8rw,8551
77
77
  ormlambda/utils/table_constructor.py,sha256=ch1geCSJIQnnv_D_uzfYk6do533kjtZyeCIh2t0_dkU,10863
78
- ormlambda-2.11.1.dist-info/LICENSE,sha256=xBprFw8GJLdHMOoUqDk0427EvjIcbEREvXXVFULuuXU,1080
79
- ormlambda-2.11.1.dist-info/METADATA,sha256=f_U8kqhXJw36LHdcidqWfxxeUGaudtV9O9tJ8jmJaXE,8462
80
- ormlambda-2.11.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
81
- ormlambda-2.11.1.dist-info/RECORD,,
78
+ ormlambda-2.11.2.dist-info/LICENSE,sha256=xBprFw8GJLdHMOoUqDk0427EvjIcbEREvXXVFULuuXU,1080
79
+ ormlambda-2.11.2.dist-info/METADATA,sha256=Jq37GKoH1fiyoP2cIXJWdEs2xZix6snUWd9pMNEQuSA,8462
80
+ ormlambda-2.11.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
81
+ ormlambda-2.11.2.dist-info/RECORD,,