Re: Missing typecasters [was: Decimal]
Jan Urbański <[email protected]> Sun, 18 Apr 2010 15:59:41 +0200
| Newsgroups | gmane.comp.python.db.psycopg.devel |
|---|---|
| Message-ID | <[email protected]> |
On 14/04/10 10:16, Jan Urbański wrote: > On 14/04/10 10:11, Federico Di Gregorio wrote: >> About poll/fileno, now that the semantics are exactly the same I'd like >> to remove them from the cursor and have the client code access them >> directly on the connection or via cursor.connection and for two reasons: >> >> 2)If in the future we discover we NEED poll() on the cursor (different >> behaviour for named cursors?) adding a method won't break the API while >> changing the semantics of an already existing one will. > > Yeah, that's a good reason, I can make the necessary changes but not > sooner than on the weekend. Just pushed the removal of fileno() and poll() from the cursor class to the async_fixes branch. Cheers, Jan _______________________________________________ Psycopg mailing list [email protected] http://lists.initd.org/mailman/listinfo/psycopg