* Stop warnings for deprecated use of IPython 3 traitlets in IPython 4 (thanks graphaelli; also stonebig, aebrahim, mccahill) * README update for keeping connection info private, from eshilts
0.3.7.1
* Avoid "connection busy" error for SQL Server (thanks Andrés Celis)
0.3.7
* New `column_local_vars` config option submitted by darikg * Avoid contaminating user namespace from locals (thanks alope107)
0.3.6
* Fixed issue number 30, commit failures for sqlite (thanks stonebig, jandot)
0.3.5
* Indentations visible in HTML cells * COMMIT each SQL statement immediately - prevent locks