* Changed most non-SQL commands to argparse arguments (thanks pik) * User can specify a creator for connections (thanks pik) * Bogus pseudo-SQL command `PERSIST` removed, replaced with `--persist` arg * Turn off echo of connection information with `displaycon` in config * Consistent support for {} variables (thanks Lucas)
0.3.9
* Restored Python 2 compatibility (thanks tokenmathguy) * Fix truth value of DataFrame error (thanks michael-erasmus) * `<<` operator (thanks xiaochuanyu) * added README example (thanks tanhuil) * bugfix in executing column_local_vars (thanks tebeka) * pgspecial installation optional (thanks jstoebel and arjoe) * conceal passwords in connection strings (thanks jstoebel)
0.3.8
* 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)