mirror of https://github.com/adamdruppe/arsd.git
oops
This commit is contained in:
parent
7c3e46d432
commit
6ba9aad211
|
@ -447,7 +447,7 @@ string escapedVariants(Database db, in string sql, Variant[] t) {
|
||||||
if((i + 1) < sql.length) {
|
if((i + 1) < sql.length) {
|
||||||
auto n = sql[i + 1];
|
auto n = sql[i + 1];
|
||||||
if(n >= '0' && n <= '9') {
|
if(n >= '0' && n <= '9') {
|
||||||
currentStart = i + 2;
|
currentStart = cast(int) i + 2;
|
||||||
idx = n - '0';
|
idx = n - '0';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue