build fails

This commit is contained in:
Adam D. Ruppe 2022-08-23 22:04:45 -04:00
parent d88371e42c
commit 5f64fe5d5b
3 changed files with 2 additions and 3 deletions

View file

@ -308,7 +308,7 @@ class MySql : Database {
}
string escapeBinaryString(const(ubyte)[] data) {
return tohexsql(b);
return tohexsql(data);
}
string escaped(T...)(string sql, T t) {