Re: Error in a simple query

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: Error in a simple query
Дата
Msg-id 51C8D08E.8030105@gmail.com
обсуждение исходный текст
Ответ на Error in a simple query  (Gustavo <gmpuljak@yahoo.com.ar>)
Ответы Re: Error in a simple query (SOLVED)  (Gustavo <gmpuljak@yahoo.com.ar>)
Список psycopg
On 06/24/2013 03:55 PM, Gustavo wrote:
> Hi,
>
> I'm using psycopg2 extensively in different scripts to process spatial data
> with postgresql 9.1 and postgis. However, in one script I have the following
> error:
>
> psycopg2.internalerror: current transaction is aborted, commands ignored until
> end of transaction block
>
> The command that gave the error is:
>
> a = """select idbalizas from nuevo.balizas where %s %s %s %s""" % (emp1,
> dnid1, mem1, mmsi1)
> print
> cur.execute(a)
>
> One example of 'a' is:
>
> select idbalizas from nuevo.balizas where  emp='005'  and dnid='08466'  and
> mem='055'  and mmsi='701000535'
>
> I can run this same query in psql and other postgresql clients and it returns
> the correct answer.
>
> Can you help me debugging this?

What shows up in the Postgres log?

> Many thanks.
>
>
>


--
Adrian Klaver
adrian.klaver@gmail.com


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

Предыдущее
От: Gustavo
Дата:
Сообщение: Error in a simple query
Следующее
От: maplabs@light42.com
Дата:
Сообщение: Re: Error in a simple query