mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 15:25:32 +00:00
postgres: capitalize the W in handling the WHERE field for notice
Fixes #120
This commit is contained in:
parent
2f80621279
commit
dddaefec41
@ -141,7 +141,7 @@ impl Response {
|
||||
internal_query = Some(field_value.into());
|
||||
}
|
||||
|
||||
b'w' => {
|
||||
b'W' => {
|
||||
where_ = Some(field_value.into());
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user