Changes between Initial Version and Version 1 of Ticket #32096, comment 3
- Timestamp:
- Oct 10, 2020, 10:30:05 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32096, comment 3
initial v1 3 3 1. `ExpressionWrapper.as_sql` 4 4 2. `FieldGetDbPrepValueIterableMixin.resolve_expression_parameter` 5 3. `Window.as_sql` for `self.partition` but it would need to allow `compiler.comple` to proxy `**kwargs` passing or simply create a copy of `self.partition` to assign it the template at `__init__` time instead. The latter seems like the less intrusive method.5 3. `Window.as_sql` for `self.partition` but we'd need to allow `compiler.comple` to proxy `**kwargs` passing or simply create a copy of `self.partition` to assign it the template at `__init__` time instead. The latter seems like the less intrusive method. 6 6 7 7 I identified these by going through all instances of `[^)]\.as_sql` so I might have missed a few.