sql: support client_min_messages variable #12109
Labels
A-sql-pgcompat
Semantic compatibility with PostgreSQL
E-easy
Easy issue to tackle, requires little or no CockroachDB experience
Sequelize tries to set
client_min_messages
when it starts up:SET client_min_messages TO warning;
Support
client_min_messages
as a no-op variable for now.The text was updated successfully, but these errors were encountered: