mCaptcha/db/db-sqlx-postgres/src
Gusted 8826f6df8f
Fix compiling
- I made some mistakes while checking my two previous PRs(Seems like I
don't understand Rust that great after all).
- Do the url encoding only on the password part, not only the whole URL.
- Fix `temporary value dropped while borrowed` compile error.
2022-10-22 21:28:58 +02:00
..
errors.rs feat: implement accountnotfound and captcha notfound err vals for sqlx postgres 2022-05-13 19:09:00 +05:30
get_all_unread_notifications.sql feat: impl traits to add, get and mark read notifications for sqlx 2022-05-26 19:32:16 +05:30
lib.rs Fix compiling 2022-10-22 21:28:58 +02:00
mark_notification_read.sql feat: impl traits to add, get and mark read notifications for sqlx 2022-05-26 19:32:16 +05:30
tests.rs feat: conditional SQL statements logging for db-sqlx-postgres 2022-05-30 15:48:54 +05:30