FSX / momoko

Wraps (asynchronous) Psycopg2 for Tornado.
http://momoko.61924.nl/
Other
363 stars 73 forks source link

Update tutorial.rst #118

Closed friedcell closed 9 years ago

friedcell commented 9 years ago

Added result() to connect future to raise a connection error if it happens. Without it "AttributeError: 'NoneType' object has no attribute 'cursor'" happens on execute and it doesn't make any sense.

haizaar commented 9 years ago

Totally agree. That would be educational.. Thanks!