* `.csv(filename=None)` method added to result sets
0.3.1
* Reporting of number of rows affected configurable with `feedback`
* Local variables usable as SQL bind variables
0.3.0
*Release date: 13-Oct-2013*
* displaylimit config parameter * reports number of rows affected by each query * test suite working again * dict-style access for result sets by primary key
0.2.3
*Release date: 20-Sep-2013*
* Contributions from Olivier Le Thanh Duong:
- SQL errors reported without internal IPython error stack
- Proper handling of configuration
* Added .DataFrame(), .pie(), .plot(), and .bar() methods to result sets