A man with a mission...

Unicode LIKE support for mozStorage

Bug 391156 landed today which enables unicode support for LIKE statements in mozStorage. Thanks goes out to Seth for helping me to get this well tested and working correctly. This feature was needed for places search, as well as download manager’s new search.

Next thing we need to do is to better optimize our LIKE implementation so that is runs faster.

comments

2 Responses to “Unicode LIKE support for mozStorage”

  1. funTomas on August 14th, 2007

    So what are the wildcard chars to be used with LIKE statement?

  2. Shawn Wilsher on August 14th, 2007

    @funTomas

    The same ones as default. _ is MATCH_ONE and % is MATCH_ALL