1
0
Fork 0

Changelog update to add the multi-query feature.

This commit is contained in:
Amjith Ramanujam 2015-01-10 16:48:38 -08:00
parent b1797001f9
commit 477342c60b
1 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,5 @@
0.12.0
======
Current
=======
Features:
---------
@ -10,9 +10,16 @@ Features:
* IPython integration through `ipython-sql`_ (Thanks: https://github.com/darikg)
* Add an ipython magic extension to embed pgcli inside ipython.
* Results from a pgcli query are sent back to ipython.
* Multiple sql statments in the same line separated by semi-colon. (Thanks: https://github.com/macobo)
.. _`ipython-sql`: https://github.com/catherinedevlin/ipython-sql
Bug Fixes:
----------
* Fix 'message' attribute not found exception in Python 3. (Thanks: https://github.com/GMLudo)
*
0.11.0
======