MonetDB / pymonetdb

The Python API for MonetDB
https://www.monetdb.org/
Mozilla Public License 2.0
28 stars 20 forks source link

Handle MSG_INFO as a command response #10

Closed kutsurak closed 8 years ago

kutsurak commented 8 years ago

The server might respond with comments (lines starting with the char '#') after a command. This is very useful for debugging. Use the logger to capture these messages exactly as is done in the login case.

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-0.2%) to 87.001% when pulling 3c5d7508ce0a8b893c14a0574fbdc55cce0bcc2e on kutsurak:master into 95fddb36e1ec81e74b70e1f1abc777615cf3020b on gijzelaerr:master.