Opened 8 years ago

Closed 8 years ago

#1393 closed defect (fixed)

Error when adding existing tag beginning with certain extended characters to an item

Reported by: dstillman Owned by: dstillman
Priority: major Milestone: 1.5 Beta 2
Component: data layer Version: 1.5
Keywords: Cc:

Change History (1)

comment:1 Changed 8 years ago by dstillman

  • Resolution set to fixed
  • Status changed from new to closed

(In [4230]) Fixes #1393, "Error when adding existing tag beginning with certain extended characters to an item", but not properly

SQLite's COLLATE NOCASE doesn't work for Unicode characters, so it won't find existing tag "?\195?\132bc" if "?\195?\164bc" is entered and will allow a duplicate tag to be created

Note: See TracTickets for help on using tickets.