We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8676f93 commit a16fcedCopy full SHA for a16fced
src/odbc.rs
@@ -159,7 +159,7 @@ mod test {
159
connect(
160
&Opts::new()
161
.connection_string(postgres_connect())
162
- .sql_text("SHOW config_file"),
+ .sql_text("SHOW IS_SUPERUSER"),
163
)
164
.unwrap();
165
}
src/pg.rs
@@ -83,7 +83,7 @@ mod test {
83
84
85
86
87
88
89
0 commit comments