From 7e93da6fc0c4a6e4d56dec60eeeaa26d5ff3565a Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Fri, 16 May 2008 03:20:27 +0000 Subject: [PATCH] --- src/java/com/samskivert/jdbc/depot/operator/Arithmetic.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/com/samskivert/jdbc/depot/operator/Arithmetic.java b/src/java/com/samskivert/jdbc/depot/operator/Arithmetic.java index f1d8858..0358e8e 100644 --- a/src/java/com/samskivert/jdbc/depot/operator/Arithmetic.java +++ b/src/java/com/samskivert/jdbc/depot/operator/Arithmetic.java @@ -106,7 +106,7 @@ public abstract class Arithmetic @Override public String operator() { - return "/"; + return " / "; // Pad with spaces to work-around a MySQL bug. } }