Changes between Initial Version and Version 1 of Ticket #32096, comment 3


Ignore:
Timestamp:
Oct 10, 2020, 10:30:05 PM (4 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32096, comment 3

    initial v1  
    331. `ExpressionWrapper.as_sql`
    442. `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.
     53. `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.
    66
    77I identified these by going through all instances of `[^)]\.as_sql` so I might have missed a few.
Back to Top