.. currentmodule:: Flask-DB2
Wrapping connection.close with a try/except to avoid blow-ups.
Revisits BUGFIX #4 - another Windows lf+cr issue.
- BUGFIX #4 - Resolves an issue where on Windows the error message was including lf+cr
- and the RegEx wasn't catching this.
Added try_parse method to DB2Error.
Added DB2Error class to handle parsing out error codes/message.
Checking for None type cursor/row in row_factory and returning None.
Added example.py Added optional mapper object to convert column names to custom
values in row_factory
Added config keyword arg to connect function, for custom connections.
Fixed accessing the context for the database when the context is None.
Initial release