From 444a0dec845bf02b4976b82ad4c4c27284d90ac7 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 13 Feb 2016 02:28:16 -0500 Subject: [PATCH] v0.4.0 --- HISTORY.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 15ed0a3..9088310 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,3 +1,14 @@ +v0.4.0 (02-13-2016) +=================== + +- Refactored to be fully powered by SQLAlchemy! +- Support for all major databases (thanks, SQLAlchemy!). +- Support for non-alphanumeric column names. +- New ``Record`` class, for representing/accessing result rows. +- ``ResultSet`` renamed ``RecordCollection``. +- Removed Interactive Mode from the CLI. + + v0.3.0 (02-11-2016) ===================