This commit is contained in:
Ray Greenwell
2008-05-16 03:20:27 +00:00
parent 195fabe2cc
commit 7e93da6fc0
@@ -106,7 +106,7 @@ public abstract class Arithmetic
@Override
public String operator()
{
return "/";
return " / "; // Pad with spaces to work-around a MySQL bug.
}
}