mirror of https://github.com/adamdruppe/arsd.git
Merge 96ddd0dfbe
into b43b4c9c48
This commit is contained in:
commit
6b7245b4a5
|
@ -56,6 +56,8 @@ struct CreatedQuery {
|
||||||
|
|
||||||
CreatedQuery opBinaryRight(string op)(string left) if(op=="~") {
|
CreatedQuery opBinaryRight(string op)(string left) if(op=="~") {
|
||||||
CreatedQuery res=this;
|
CreatedQuery res=this;
|
||||||
|
if(left.length && query.length)
|
||||||
|
left~=prepend;
|
||||||
res.query=left~res.query;
|
res.query=left~res.query;
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue