Pg JDBC3 driver and savepoints

Поиск
Список
Период
Сортировка
От Matt Chambers
Тема Pg JDBC3 driver and savepoints
Дата
Msg-id 47A34E2D.2090202@imageworks.com
обсуждение исходный текст
Ответы Re: Pg JDBC3 driver and savepoints  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc

Has anyone here used the Spring Framework and JDBC template and nested transactions?  The documentation for Spring claims that if the JDBC driver supports save points then it would use them in particular situations, for example when you marked a method as a nested transaction.   I know postgres supports save points and that I can manually save point, but the spring framework is not detecting the driver supports save points. Is there some savepoint interface that has to be implemented?



--
-Matt

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

Предыдущее
От: "Brent Friedman"
Дата:
Сообщение: Any examples for Postgresql 8.0 using jdbc type 2/3 driver with blobs?
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: Pg JDBC3 driver and savepoints