Re: pyscopg2 recursive query results differ from psql

Поиск
Список
Период
Сортировка
От Daniele Varrazzo
Тема Re: pyscopg2 recursive query results differ from psql
Дата
Msg-id CA+mi_8YCkuNDYK-14H4YU7Cz69YRs-mQf1wieBW=U36v2BJdHw@mail.gmail.com
обсуждение исходный текст
Ответ на pyscopg2 recursive query results differ from psql  (Clinton James <clinton@jidn.com>)
Список psycopg
On Tue, Jan 8, 2013 at 10:46 PM, Clinton James <clinton@jidn.com> wrote:

> This is good enough for me.  However in psycopg2 I get None returned
> from cursor.execute(query)

Have you even just skimped the basic documentation? Please spend 3
minutes on this page.

http://initd.org/psycopg/docs/usage.html


> Goggling about didn't give me any leads, or I'm using the wrong terms.
> I'm hoping someone else has run across this or can point me in the right
> direction.

I doubt I've ever seen a single psycopg tutorial (or any other python
database driver's) not mentioning how to perform a query.


-- Daniele


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

Предыдущее
От: Clinton James
Дата:
Сообщение: pyscopg2 recursive query results differ from psql
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Repository