tvallotton / rocket_auth

An implementation for an authentication API for Rocket applications.
https://docs.rs/rocket_auth/
Apache License 2.0
73 stars 35 forks source link

Fixed postgres database 'UPDATE_USER' string in sql.rs #50

Closed ywegel closed 2 years ago

ywegel commented 2 years ago

This is the same issue as with #47 and #45. This issue probably also exists for the other database implementations, as the have the same pattern. I did not change it for those, because i don't have them installed and can't test it. If you want i can change those as well.