Skip to content

Commit

Permalink
update result.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf authored Oct 1, 2024
1 parent c5ef582 commit f399cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diesel/src/pg/connection/result.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ mod error_codes {
pub(in crate::pg::connection) const SQLCLIENT_UNABLE_TO_ESTABLISH_SQLCONNECTION: &str = "08001";
pub(in crate::pg::connection) const SQLSERVER_REJECTED_ESTABLISHMENT_OF_SQLCONNECTION: &str =
"08004";
pub(in crate::pg::connection) const RESTRICT_VIOLATION: &str = "23501";
pub(in crate::pg::connection) const RESTRICT_VIOLATION: &str = "23001";
pub(in crate::pg::connection) const NOT_NULL_VIOLATION: &str = "23502";
pub(in crate::pg::connection) const FOREIGN_KEY_VIOLATION: &str = "23503";
pub(in crate::pg::connection) const UNIQUE_VIOLATION: &str = "23505";
Expand Down

0 comments on commit f399cf0

Please sign in to comment.