Re: org.postgresql.util.PSQLException - column does not exist

Поиск
Список
Период
Сортировка
От Wayne Oliver
Тема Re: org.postgresql.util.PSQLException - column does not exist
Дата
Msg-id 4CED3DF2-2219-4CF7-B97D-DDD3D37D6A51@gmail.com
обсуждение исходный текст
Ответ на org.postgresql.util.PSQLException - column does not exist  (Wayne Oliver <wayn0.ml@gmail.com>)
Ответы Re: org.postgresql.util.PSQLException - column does not exist  (Luca Ferrari <fluca1978@infinito.it>)
Список pgsql-novice

On 22 Jul 2013, at 6:09 PM, Giulio Calacoci <giulio.calacoci@2ndquadrant.it> wrote:

Il 22/07/2013 10:50, Wayne Oliver ha scritto:
Good day all,

DEBUG 2013-07-18 14:48:43,221 [main] : QUERY: SELECT dl.amount FROM deposit_link dl, order_details od WHERE od.mdn = 1146255650307 AND od.id = dl.order_details_id
ERROR 2013-07-18 14:48:43,251 [main] : org.postgresql.util.PSQLException: ERROR: column "mdn" does not exist
  Position: 39
org.postgresql.util.PSQLException: ERROR: column "mdn" does not exist
  Position: 39
Are you using some kind of persistence like Hibernate ?


Not that I am aware of.
Is there some way I could check or some more information I could provide?


Thanks

--
Wayne

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

Предыдущее
От: Wayne Oliver
Дата:
Сообщение: Re: org.postgresql.util.PSQLException - column does not exist
Следующее
От: Luca Ferrari
Дата:
Сообщение: Re: org.postgresql.util.PSQLException - column does not exist