mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-27 05:40:00 +03:00
build fails
This commit is contained in:
parent
d88371e42c
commit
5f64fe5d5b
3 changed files with 2 additions and 3 deletions
2
mysql.d
2
mysql.d
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue