Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #96891
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | Cecil Westerhof <Cecil@decebal.nl> |
| Newsgroups | comp.lang.python |
| Subject | Re: Started to work with SQLite3 in Python3 |
| Date | Sun, 20 Sep 2015 20:57:58 +0200 |
| Organization | Decebal Computing |
| Lines | 20 |
| Message-ID | <87zj0grk95.fsf@Equus.decebal.nl> (permalink) |
| References | <87fv29rsyn.fsf@Equus.decebal.nl> |
| Mime-Version | 1.0 |
| Content-Type | text/plain |
| Injection-Info | mx02.eternal-september.org; posting-host="528adfd6ad074c92fdc6a7f8fb9e23d8"; logging-data="5029"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/h2nAnjPxlMH5f973S/kG+qmB67ouciBo=" |
| User-Agent | Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
| X-Homepage | http://www.decebal.nl/ |
| Cancel-Lock | sha1:q5EdzwR3y2MHP8vNFh7WuP68Jp0= sha1:iHTmN4scDY+NDiaqf4Qf75bYmbs= |
| Xref | csiph.com comp.lang.python:96891 |
Show key headers only | View raw
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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Started to work with SQLite3 in Python3 Cecil Westerhof <Cecil@decebal.nl> - 2015-09-20 17:49 +0200
Re: Started to work with SQLite3 in Python3 Chris Angelico <rosuav@gmail.com> - 2015-09-21 02:44 +1000
Re: Started to work with SQLite3 in Python3 Cecil Westerhof <Cecil@decebal.nl> - 2015-09-20 20:40 +0200
Re: Started to work with SQLite3 in Python3 Cecil Westerhof <Cecil@decebal.nl> - 2015-09-20 20:57 +0200
Re: Started to work with SQLite3 in Python3 Cecil Westerhof <Cecil@decebal.nl> - 2015-09-20 21:03 +0200
csiph-web