Changes between Initial Version and Version 1 of Ticket #36594
- Timestamp:
- Sep 4, 2025, 9:02:30 AM (17 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36594 – Description
initial v1 5 5 That message implies that the value of False should work, so it is misleading. 6 6 7 It turns out that boolean values of nulls_distinct are only acceptable for postgresql, which I missed when I first read the docs. It would be very helpful if the warning message included the information that boolean values of nulls_distinct are not acceptable for sqlite (or whatever database is triggering the warning) .7 It turns out that boolean values of nulls_distinct are only acceptable for postgresql, which I missed when I first read the docs. It would be very helpful if the warning message included the information that boolean values of nulls_distinct are not acceptable for sqlite (or whatever database is triggering the warning) so the user knows how to fix the problem. 8 8 9 Having the warning also include the information about the actual behavior is a nice touch (especially as the docs say that the behavior is for nulls to be distinct in most dbs), but the message should also include the root cause of the warning. That way the user knows how to fixthe problem.9 Having the warning also include the information about the actual behavior is a nice touch, but is not the heart of the problem. 10 10 11 11 Here is the simplest model I could come up with that shows the issue: