journey icon indicating copy to clipboard operation
journey copied to clipboard

Why a byte array for user name and email?

Open xeoncross opened this issue 6 years ago • 0 comments

Line 217 of the migration script mentions "Convert strings to byte array since that is how Journey saves the user name and email". I was wondering why did you use used a byte array? Is this a limitation of sqlite to support all unicode characters? I know go supports unicode just fine.

xeoncross avatar Dec 12 '17 02:12 xeoncross