- fixed setting autocommit before creating new transaction
- fixed error in Python 3
- implement graph option
odb log --graph
- fixed issue #7, force to close exists connexion on copied database before make the copy
- Implement issue #4 limit log option to limit number of changes displayed
- fixed error in Python 3
- remove tag and message of the current version after commit and revert
- Works on Python 3.1+
- Works on Postgres 9.1 and maybe lower
odb purge keeptags
: purge all but tags- implemented commit message
- revert now checks that the source db exists (much safer)
- Implemented
odb log
- Implemented
odb purge
- Implemented
odb tag
and revert to tag - Implemented
odb tags
- Renamed version to revision
- Renamed snapshot() to commit()
- Keep the same db as the current one to work in place
- Fixed versionning and start at 1
- Also disconnect during revert operation
- Removed the unneeded tip
- Fixed packaging
- Fixed the
revert
behaviour - Allow to revert without argument
- Improved doc
- Initial draft