You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The temp tables used by PL during fetch are created with the default charset and collation, therefore they do not support proper comparison of words in non-English languages .
This causes failures when trying to upsert a row keyed by a non-English string , when there us a similar English string already in the DB.
The temp tables used by PL during fetch are created with the default charset and collation, therefore they do not support proper comparison of words in non-English languages .
This causes failures when trying to upsert a row keyed by a non-English string , when there us a similar English string already in the DB.
Please see test to reproduce this issue: https://github.com/kenshoo/kea/pull/158/
The text was updated successfully, but these errors were encountered: