I also wonder if this isn't a PostGres version issue. If I remember the SQL standards correctly, the query that PostGres is choking on is perfectly valid SQL. PostGres, like MySQL and the like, have all been working to follow the SQL Standard more closely. This could be a standards bug in your version of PostGres.
> -----Original Message----- > From: Thomas Fischer [mailto:fisc...@seitenbau.net] > Sent: Thursday, November 12, 2009 3:22 AM > To: Apache Torque Users List > Subject: RE: Postgresql table aliases > > I cannot reproduce this. When I run the DataTest.testUpdate in the test > project I see the following update statement in the save() method of an > updated author: > > UPDATE author SET name = ? WHERE author_id = ? > > Could you provide more detail how the update clause is produced ? > > Thomas > > > ... > > Now I'm trying to migrate everything for Postgresql but the main > problem > > is that when > > I execute an UPDATE query I receive an error from torque, because the > > update query automatically > > generated are of the form > > update a set a.b = c; > > that in PostgreSQL it's an error because table name can't be a prefix > > for a column in set statement. > > > > Do you know how it's possible to say torque to avoid column prefix in > > this case? > > > > Thanks in advance, > > Andrea. > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: torque-user-unsubscr...@db.apache.org > > For additional commands, e-mail: torque-user-h...@db.apache.org > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: torque-user-unsubscr...@db.apache.org > For additional commands, e-mail: torque-user-h...@db.apache.org DukeCE Privacy Statement: Please be advised that this e-mail and any files transmitted with it are confidential communication or may otherwise be privileged or confidential and are intended solely for the individual or entity to whom they are addressed. If you are not the intended recipient you may not rely on the contents of this email or any attachments, and we ask that you please not read, copy or retransmit this communication, but reply to the sender and destroy the email, its contents, and all copies thereof immediately. Any unauthorized dissemination, distribution or copying of this communication is strictly prohibited. --------------------------------------------------------------------- To unsubscribe, e-mail: torque-user-unsubscr...@db.apache.org For additional commands, e-mail: torque-user-h...@db.apache.org