Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new release v0.2.10 #34

Merged
merged 22 commits into from
Aug 31, 2017
Merged

new release v0.2.10 #34

merged 22 commits into from
Aug 31, 2017

Conversation

nesnoj
Copy link
Member

@nesnoj nesnoj commented Aug 29, 2017

I'd like to make a new release with updated DB tables, config creator and DB connection provider.

With this release u can just do

from egoio.tools.db import connection

conn = connection(section=...)
Session = sessionmaker(bind=conn)
session = Session()

If the DB config file ~/.egoio/config.ini does not exist, it will ask you to create it with provided host, user, ...
@ulfmueller
@gplssm
@IlkaCu
@lukasol

If there're no objections, I will merge it and create a new release on 30.08.

@nesnoj
Copy link
Member Author

nesnoj commented Aug 30, 2017

I messed up the merge, there were some duplicate definitions which made SQLA crash.
Fixed in ce06fc9 and tested.
Ready for merge?

Copy link
Member Author

@nesnoj nesnoj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Concerning f83970a @mariusves:
These new columns have not been applied to the DB, have they?
I still see the old names start_step, end_step only..

@mariusves
Copy link
Contributor

Changes are live on the DB as of now @nesnoj

@nesnoj nesnoj merged commit 9dafb91 into master Aug 31, 2017
@nesnoj
Copy link
Member Author

nesnoj commented Aug 31, 2017

Done.
Due to a bug I had to create a second release v0.2.10.post1.
Available via PYPI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants