Question: speaking of ordering, does anyone know w...
# prisma-whats-new
a
Question: speaking of ordering, does anyone know what's the collation used for ordering?
2
n
@agartha what do you mean with this question?
a
Which collation (set of rules) does orderBy use, like case sensitive, accent sensitive, unicode ordering, etc. https://msdn.microsoft.com/en-us/library/ms144250(v=sql.105).aspx
n
is utf8 a valid answer here? 😛
😄 1
a
Nope...
n
I'm pretty sure it is
utf8_general_ci
a
Ouch... okay. Thanks for looking that up