Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sql: support CLIENT_ENCODING variable #12134

Closed
jordanlewis opened this issue Dec 7, 2016 · 0 comments
Closed

sql: support CLIENT_ENCODING variable #12134

jordanlewis opened this issue Dec 7, 2016 · 0 comments
Labels
A-sql-pgcompat Semantic compatibility with PostgreSQL

Comments

@jordanlewis
Copy link
Member

ActiveRecord tries to set CLIENT_ENCODING to UTF8 when it starts up, but we don't support this variable.

Perhaps a good first step would be allowing clients to set this variable, but only to UTF8 if that's all we support. What would it take to support this properly?

@jordanlewis jordanlewis added the A-sql-pgcompat Semantic compatibility with PostgreSQL label Dec 7, 2016
pav-kv pushed a commit to pav-kv/cockroach that referenced this issue Mar 5, 2024
* raft: check conf change before campaign

Signed-off-by: Jay Lee <[email protected]>

* raft: extract hup function

Signed-off-by: Jay Lee <[email protected]>

* raft: check pending conf change for transferleader

Signed-off-by: Jay Lee <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-sql-pgcompat Semantic compatibility with PostgreSQL
Projects
None yet
Development

No branches or pull requests

1 participant