Re: org.postgresql.util.PSQLException - column does not exist - Mailing list pgsql-novice

From Wayne Oliver
Subject Re: org.postgresql.util.PSQLException - column does not exist
Date
Msg-id 4CED3DF2-2219-4CF7-B97D-DDD3D37D6A51@gmail.com
Whole thread Raw
In response to org.postgresql.util.PSQLException - column does not exist  (Wayne Oliver <wayn0.ml@gmail.com>)
Responses Re: org.postgresql.util.PSQLException - column does not exist  (Luca Ferrari <fluca1978@infinito.it>)
List 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 by date:

Previous
From: Wayne Oliver
Date:
Subject: Re: org.postgresql.util.PSQLException - column does not exist
Next
From: Luca Ferrari
Date:
Subject: Re: org.postgresql.util.PSQLException - column does not exist