We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 832ec1a commit 1260e90Copy full SHA for 1260e90
1 file changed
src/pog.gleam
@@ -519,8 +519,8 @@ pub type QueryError {
519
/// The query failed within the database.
520
/// https://www.postgresql.org/docs/current/errcodes-appendix.html
521
PostgresqlError(code: String, name: String, message: String)
522
- // The number of arguments supplied did not match the number of parameters
523
- // that the query has.
+ /// The number of arguments supplied did not match the number of parameters
+ /// that the query has.
524
UnexpectedArgumentCount(expected: Int, got: Int)
525
/// One of the arguments supplied was not of the type that the query required.
526
UnexpectedArgumentType(expected: String, got: String)
0 commit comments