On Thu, 26 Jul 2007, Hui Ye wrote:
We run into an issue on update query with timestamp in batch execution.
It appears that following query triggers complaints about "syntax error
at or about '{'".
UPDATE testtable SET time = {ts '2007-07-26 10:11:12'} where id = 1;
Fixed in CVS for 8.0, 8.1, 8.2 and HEAD. I will put out a new series of driver releases this weekend.
Kris Jurka