Joystream / joystream

Joystream Monorepo
http://www.joystream.org
GNU General Public License v3.0
1.42k stars 115 forks source link

hotfix: QueryNode handling of membership handle #4950

Closed mnaamani closed 1 year ago

mnaamani commented 1 year ago

Problem: If member handle has non-valid utf-8 chars and is replaced with the replacement character, two unique (at byte level) handles when converted to string can actually become identical, breaking the uniqueness constraint in the database for the handle column.

Solution: Update query-node schema to: