* Use SQLAlchemy 2.0 * Drop undocumented support for dict-style access to raw row instances
0.4.1
~~~~~
* Fixed .rst file location in MANIFEST.in * Parse SQL comments in first line * Bugfixes for DSN, `--close`, others
0.4.0
~~~~~
* 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)
* 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)