Started to work with SQLite3 in Python3

Cecil Westerhof Cecil at decebal.nl
Sun Sep 20 14:57:58 EDT 2015


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



More information about the Python-list mailing list