Changes between Version 1 and Version 2 of Ticket #36592, comment 7


Ignore:
Timestamp:
Sep 4, 2025, 9:24:05 AM (2 days ago)
Author:
Tim Graham

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36592, comment 7

    v1 v2  
    11Thank you. I had missed that. The warning message is still misleading, however, since it complains even when the boolean value of the argument matches the behavior of sqlite according to the message.
    22
    3 So I think this is a legitimate bug, but the bug is only that the warning message is misleading. If boolean values are not acceptable for a given db then the message should say that so the user knows how to fix the problem. I will file a new ticket so this one can be closed.
     3So I think this is a legitimate bug, but the bug is only that the warning message is misleading. If boolean values are not acceptable for a given db then the message should say that so the user knows how to fix the problem. I filed #36594 so this one can be closed.
Back to Top