And do you get it if you only have the where statement?

On 7-nov-05, at 10:33, Raoul Pierre wrote:

Geert,

you could try writing each statement on a separate line:

RestoreQuery query = manager.getRestoreQuery();
query.joinInner("Publication", Select.ON, "publicationId = Publication.id"); query.joinInner("Articletype", Select.ON, "articletypeId = Articletype.id");
query.joinInner("Author", Select.ON, "authorId = Author.id");
query.where("scheduledate", ">=", current_week_firstday);
manager.restore(query, new DbRowProcessor() { ...

As soon as I add the first joinInner I get the exception.

Pierre


_______________________________________________
Rife-users mailing list
[email protected]
http://www.uwyn.com/mailman/listinfo/rife-users


--
Geert Bevin                       Uwyn bvba
"Use what you need"               Avenue de Scailmont 34
http://www.uwyn.com               7170 Manage, Belgium
gbevin[remove] at uwyn dot com    Tel +32 64 84 80 03

PGP Fingerprint : 4E21 6399 CD9E A384 6619  719A C8F4 D40D 309F D6A9
Public PGP key  : available at servers pgp.mit.edu, wwwkeys.pgp.net


_______________________________________________
Rife-users mailing list
[email protected]
http://www.uwyn.com/mailman/listinfo/rife-users

Reply via email to