kabukky / journey

A blog engine written in Go, compatible with Ghost themes.
https://kabukky.github.io/journey
MIT License
1.98k stars 202 forks source link

Why a byte array for user name and email? #107

Open xeoncross opened 6 years ago

xeoncross commented 6 years ago

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.