On Sunday 20 Sep 2015 17:49 CEST, Cecil Westerhof wrote:

> I started a little project in Python3 with SQLite3:
> https://github.com/CecilWesterhof/CarApplication
>
> I do not mind to get some feedback on it.

I think I found a bug. In init I should put a:
    conn.commit()
after:
    fill_tables()

At the moment it is not a problem, but if the program gets some
functionality and would crash after a long run, the changes would be
lost.

-- 
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to