simple protocol queries must be run with client_encoding=UTF8 #7052
Unanswered
titogeorge
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a one-time query failure with an error - simple protocol queries must be run with client_encoding=UTF8
Query is SELECT * FROM "configs" LIMIT 1
The query is generated from the gorm's AutoMigrate method. Has anyone faced this? This happened only once, it is not reproducible in the same system. Also note that before this error, AutoMigrate created a few tables successfully.
Versions:
gorm.io/driver/postgres v1.5.7
gorm.io/gorm v1.25.10
postgres - 16.3.0
Beta Was this translation helpful? Give feedback.
All reactions