From 2b3b10e1e1c34b3dd771671b6df491b3a7cc1cb3 Mon Sep 17 00:00:00 2001 From: hns Date: Wed, 29 Oct 2003 15:38:16 +0000 Subject: [PATCH] Remove leading underscore from JOIN_PREFIX since Oracle doesn't like it. --- src/helma/objectmodel/db/Relation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helma/objectmodel/db/Relation.java b/src/helma/objectmodel/db/Relation.java index 0ddb0ebd..f7452ac7 100644 --- a/src/helma/objectmodel/db/Relation.java +++ b/src/helma/objectmodel/db/Relation.java @@ -58,7 +58,7 @@ public final class Relation { // prefix to use for symbolic names of joined tables. The name is composed // from this prefix and the name of the property we're doing the join for - final static String JOIN_PREFIX = "_JOIN_"; + final static String JOIN_PREFIX = "JOIN_"; // direct mapping is a very powerful feature: // objects of some types can be directly accessed