Var George,

RDBMSComparableResourcesPool is used in
org.apache.slide.store.impl.rdbms.expression.RDBMSExpressionFactory

which has the following javadoc:

DASL Basic search expression factory that compiles query expressions
to native SQL queries

While we do not plan to use DASL, for completeness one would like
(and I assume the Slide folks would require) this to work with
table prefixes.

How did you implement adding the prefix to the table names in the
java code and in the sql scripts.

Did you use Ants ability to filter files and copy all of the sources
to a generated-source directory having Ant replace a table prefix
like @TABLE_PREFIX@ with either the empty string "" or with a
supplied prefix string (like "SLIDE_")?

Richard

Var George wrote:
Richard



Are you talking about the following thread?



  http://www.mail-archive.com/[email protected]/msg08307.html




I did all the changes (mostly per Oliver's suggestions – thanks Oliver!) and it is working well for me. I wanted to submit these changes so that slide dev team may add it as a standard feature in slide but I am still waiting to hear from slide team on what is the acceptable solution for fixing RDBMSComparableResourcesPool.java. This is the only file that has SQL outside Adapter classes so I am not really sure how this class is used or if its required. The above link was my last email on it but I haven't heard from Unico or anyone . If someone in slide team can point me to an acceptable solution then I will be glad to make/test those changes and send the updated source



regards

Varughese George


Richard Emberson <[EMAIL PROTECTED]> wrote:

A little while ago someone was suggesting that they were working on
adding a feature that would allow one to specify a database table
prefix (to be used by all Slide tables) which would be used both by the
initialization sql and the java code.

Is that work happening?

Thanks.

Richard



--
This email message is for the sole use of the intended recipient(s) and
may contain confidential information.  Any unauthorized review, use,
disclosure or distribution is prohibited.  If you are not the intended
recipient, please contact the sender by reply email and destroy all
copies of the original message.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to