Files
records/HISTORY.rst
T
2016-11-15 09:45:09 -05:00

50 lines
1.1 KiB
ReStructuredText

v0.5.0 (11-15-2016)
===================
- Support for transactions: ``t = Database.transaction(); t.commit()``
v0.4.3 (02-16-2016)
===================
- The cake is a lie.
v0.4.2 (02-15-2016)
===================
- Packaging fix.
v0.4.1 (02-15-2016)
===================
- Bugfix for Python 3.
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)
===================
- New ``record`` command-line tool available!
- Various improvements.
v0.2.0 (02-10-2016)
===================
- Results are now represented as `Record`, a namedtuples class with dict-like qualities.
- New `ResultSet.export` method, for exporting to various formats.
- Slicing a `ResultSet` now works, and results in a new `ResultSet`.
- Lots of bugfixes and improvements!
v0.1.0 (02-07-2016)
===================
- Initial release.