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?
 

_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to