Changes between Initial Version and Version 1 of Ticket #33647, comment 23
- Timestamp:
- Oct 15, 2023, 11:46:23 AM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33647, comment 23
initial v1 4 4 - Like varchar for varchar(20) and similar equivalents for all the other fields that supports casting. 5 5 6 - I also thought of having a different {{{SQLUpdateCompiler}}} compiler for PostgreSQL, but as the UpdateQuery(https://github.com/Akash-Kumar-Sen/django/blob/bulk_update/django/db/models/sql/subqueries.py#L48) code is shared I am finding a hard time to do that.6 - I also thought of having a different {{{SQLUpdateCompiler}}} compiler for PostgreSQL, but as the UpdateQuery(https://github.com/Akash-Kumar-Sen/django/blob/bulk_update/django/db/models/sql/subqueries.py#L48) code is shared between the databases I am finding a hard time to do that.