From 328fae15e6caeb602922f69bf9d73aa76f2ac68c Mon Sep 17 00:00:00 2001 From: ray Date: Fri, 16 May 2008 03:20:27 +0000 Subject: [PATCH] git-svn-id: https://samskivert.googlecode.com/svn/trunk@2303 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- 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 f1d88588..0358e8e9 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. } }