chtd / psycopg2cffi

Port to cffi with some speed improvements
Other
177 stars 43 forks source link

NULL pointer error in Connection._get_equote() #2

Closed gsakkis closed 11 years ago

gsakkis commented 11 years ago

Found and fixed a RuntimeError caused by calling ffi.string() on a NULL pointer.

lopuhin commented 11 years ago

Thank you!

lopuhin commented 11 years ago

@gsakkis , could you also have a look at this issue #3? I need an advice :)