danielhooker
Programmer
Hi,
I've posted this problem already to the Ant forums and as yet nobody has come up with a solution.
I seem to be unable to run postgres stored procedure .sql scripts from Ant using the <sql> ant task.
postgresql.util.PSQLException: ERROR: unterminated dollar-quoted string at or near $update_track_rating_average$
The scripts work fine if run directly from the command line using PSQL.
I was wondering if you knew what might be causing this?
Cheers,
Dan.
I've posted this problem already to the Ant forums and as yet nobody has come up with a solution.
I seem to be unable to run postgres stored procedure .sql scripts from Ant using the <sql> ant task.
postgresql.util.PSQLException: ERROR: unterminated dollar-quoted string at or near $update_track_rating_average$
The scripts work fine if run directly from the command line using PSQL.
I was wondering if you knew what might be causing this?
Cheers,
Dan.