Re: Problems generating sql with the SqlGenerator

2006-10-11 Thread Armin Waibel
Josef Wagner wrote: Hi Armin, yes, I have the problem only when adding my extension. Generally, all works fine. We have tried a other solution like this: - public String getPreparedSelectStatement(Query query, ClassDescriptor cld) { try {

Re: Problems generating sql with the SqlGenerator

2006-10-10 Thread Josef Wagner
Hi Armin, yes, I have the problem only when adding my extension. Generally, all works fine. We have tried a other solution like this: - public String getPreparedSelectStatement(Query query, ClassDescriptor cld) { try { if ((cld.getCla

Re: Problems generating sql with the SqlGenerator

2006-10-10 Thread Armin Waibel
Hi Josef, could you clarify your problem: The generated sql is only invalid when you add your extension or is the generated sql invalid in general? regards, Armin Josef Wagner wrote: Hi List, i have written my one SqlGenerator, because i have to extend each query width the criteria, that t