Changes between Initial Version and Version 1 of Ticket #36571, comment 1


Ignore:
Timestamp:
Aug 25, 2025, 4:39:21 PM (4 weeks ago)
Author:
Jason Hall

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36571, comment 1

    initial v1  
    1 Would `CAST(... AS BINARY)` be enough here?  This only casts the pattern and no the column?  That might lead to subtle differences depending on the column's collation or affect index usage.  `COLLATE ..._bin` be closer to the old `LIKE BINARY`, since it applies a binary collation to the column and the pattern?
     1Would `CAST(... AS BINARY)` be enough here?  This only casts the pattern and not the column?  That might lead to subtle differences depending on the column's collation or affect index usage.  `COLLATE ..._bin` be closer to the old `LIKE BINARY`, since it applies a binary collation to the column and the pattern?
Back to Top