Roundup Tracker - Issues

Message8370

Author wilsj
Recipients ThomasAH, rouilj, schlatterbeck, wilsj
Date 2025-03-27.11:41:14
Message-id <1743075674.56.0.57268506197.issue2550911@roundup-tracker.org>
In-reply-to
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.
History
Date User Action Args
2025-03-27 11:41:14wilsjsetmessageid: <1743075674.56.0.57268506197.issue2550911@roundup-tracker.org>
2025-03-27 11:41:14wilsjsetrecipients: + wilsj, schlatterbeck, rouilj, ThomasAH
2025-03-27 11:41:14wilsjlinkissue2550911 messages
2025-03-27 11:41:14wilsjcreate