Re: SQL select doesn't work

Поиск
Список
Период
Сортировка
От Maciek Sakrejda
Тема Re: SQL select doesn't work
Дата
Msg-id AANLkTi=bEeGdXN3few5XpUNeCsXGaHWKC1g-tpnBFFuv@mail.gmail.com
обсуждение исходный текст
Ответ на SQL select doesn't work  (Leonid Vygovskiy <leonid.vygovsky@gmail.com>)
Список pgsql-jdbc
Given that this is an error from the backend (see receiveErrorResponse
in the stack trace), my guess is you're not running quite the same
query in psql.

So,

1. What is the definition of the xwikidoc table?
2. How did you figure out what SQL Hibernate is using here? How are
you executing it in psql? I imagine the main difference here could be
if Hibernate is using a prepared statement and you're just
substituting parameters directly into the psql query instead of using
PREPARE/EXECUTE (which still might not be *quite* the same thing, but
it's probably closer).

---
Maciek Sakrejda | System Architect | Truviso

1065 E. Hillsdale Blvd., Suite 215
Foster City, CA 94404
www.truviso.com

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

Предыдущее
От: Lew
Дата:
Сообщение: Re: JDBC CallableStatement bug on functions with return parameter
Следующее
От: Andreas Joseph Krogh
Дата:
Сообщение: ResultSet.getClob() causing problems when used with JPA's @Lob