[Twisted-Python] adbapi / Postgres : LISTEN/NOTIFY and RealDictCursor

Tobias Oberstein tobias.oberstein at tavendo.de
Thu Nov 3 14:58:48 EDT 2011


after actually looking at the adbapi.py code, it's quite accessible, so I guess doing

> dict_cursor = db.cursor(cursor_factory = psycopg2.extras.RealDictCursor)

would entail forwarding the desired cursor factory to here

https://github.com/powdahound/twisted/blob/master/twisted/enterprise/adbapi.py#L106

I'll get that done.

btw: are there plans to get Twisted master repo from svn to git?

==

so whats left is the LISTEN/NOTIFY stuff .. any ideas?
 



More information about the Twisted-Python mailing list