mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-23 10:38:57 +00:00
postgres: capitalize the W in handling the WHERE field for notice
Fixes #120
This commit is contained in:
@@ -141,7 +141,7 @@ impl Response {
|
||||
internal_query = Some(field_value.into());
|
||||
}
|
||||
|
||||
b'w' => {
|
||||
b'W' => {
|
||||
where_ = Some(field_value.into());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user