| From: | Daniele Varrazzo <daniele(dot)varrazzo(at)gmail(dot)com> |
|---|---|
| To: | Clinton James <clinton(at)jidn(dot)com> |
| Cc: | psycopg(at)postgresql(dot)org |
| Subject: | Re: pyscopg2 recursive query results differ from psql |
| Date: | 2013-01-09 03:02:10 |
| Message-ID: | CA+mi_8YCkuNDYK-14H4YU7Cz69YRs-mQf1wieBW=U36v2BJdHw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | psycopg |
On Tue, Jan 8, 2013 at 10:46 PM, Clinton James <clinton(at)jidn(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Adrian Klaver | 2013-01-20 01:01:25 | Re: Repository |
| Previous Message | Clinton James | 2013-01-08 22:46:57 | pyscopg2 recursive query results differ from psql |