Skip to content

Commit

Permalink
db: clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
edam committed Sep 22, 2023
1 parent 89d44bd commit 0e0190e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/db/mysql/stmt.c.v
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ pub fn (mut stmt Stmt) bind_text(b string) {
pub fn (mut stmt Stmt) bind_null() {
stmt.binds << C.MYSQL_BIND{
buffer_type: mysql.mysql_type_null
length: 0
length: 0
}
}

Expand Down

0 comments on commit 0e0190e

Please sign in to comment.