EOF error
johnf <jfabiani-rLSQ/[email protected]>
| Newsgroups | gmane.comp.python.db.psycopg.devel |
|---|---|
| Message-ID | <[email protected]> |
" unexpected EOF on client connection" is appearing in my postgres log. In my code I do NOT explicitly call connection.close() because it is my understanding that it is not required when I release my program - something about it being part of the DBAPI 2.0. Is that correct? -- John Fabiani