FSX / momoko

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

Add aliases to register_(hstore|json) methods for use with NamedTuples #112

Closed indarian closed 9 years ago

indarian commented 9 years ago

It is impossible to call register_hstore or register_json with NamedTupleCursor cursor factory because of conflicts in keys -- 'oid' and 'oid'. I added aliases to avoid this issue.

haizaar commented 9 years ago

Thanks. Can you please add unittests that verify this bug?

indarian commented 9 years ago

Added unittest

haizaar commented 9 years ago

Excellent. Thank you!

indarian commented 9 years ago

You are welcome, just please update package on pypi, if you will. Thanks!

haizaar commented 9 years ago

Just pushed 2.1.1 to PyPi.

indarian commented 9 years ago

Thank you very much!