Re: Ant tag for dollar quoting

Поиск
Список
Период
Сортировка
От Jason Bennett
Тема Re: Ant tag for dollar quoting
Дата
Msg-id 1166477662.327464.174080@73g2000cwn.googlegroups.com
обсуждение исходный текст
Ответ на Ant tag for dollar quoting  ("Jason Bennett" <jasonab@gmail.com>)
Список pgsql-jdbc
Finally figured this one out.

Ant eats double-$$ as part of its variable processing. You have to use
$BODY$ (or similar) in the stored procs, and put the delimiter on its
own line (with delimitertype="row"). Ant will cooperate then.


Jason Bennett wrote:
> With the new JDBC driver out, I was hopeful I could finally load my
> entire database through my build file, using the <sql> tag.
> Unfortunately, someone is still eating one of the $ marks, causing an
> error.


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "Jason Bennett"
Дата:
Сообщение: Ant tag for dollar quoting
Следующее
От: "Roman Chervotkin"
Дата:
Сообщение: The column name x was not found in this ResultSet