Changes between Initial Version and Version 2 of Ticket #29048
- Timestamp:
- Jan 24, 2018, 2:37:55 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29048
- Property Easy pickings unset
-
Ticket #29048 – Description
initial v2 1 `Func` inherits from `SQLiteNumericMixin`, which added an extra argument to `as_sqlite`: `**extra_context`. Based on feedback from other developers, it seems we should add this argument to each `as_vendor` method. 1 `Func` inherits from `SQLiteNumericMixin`, which added an extra argument to `as_sqlite`: `**extra_context`. PyCharm flags the database functions that inherit from `Func` because their `as_sqlite` methods do not have that extra argument. 2