Message8370
What I ended up doing was just updating our production DB, replacing all the
NULLs with the desired default value.
> We use the database's actual values when we search. The SQL (or equivalent on nosql
> backends) would have to change to include 'newprop IS NULL' in addition to any other
> criteria for properties with a default_value if the user is searching for the
> default_value.
This is indeed a valid concern. As you say, this is not straightforward and
probably very difficult to accomplish without breaking changes. |
|
Date |
User |
Action |
Args |
2025-03-27 11:41:14 | wilsj | set | messageid: <1743075674.56.0.57268506197.issue2550911@roundup-tracker.org> |
2025-03-27 11:41:14 | wilsj | set | recipients:
+ wilsj, schlatterbeck, rouilj, ThomasAH |
2025-03-27 11:41:14 | wilsj | link | issue2550911 messages |
2025-03-27 11:41:14 | wilsj | create | |
|