Re: [sqlite] Article about using sqlite3 in Python

2017-10-23 Thread E.Pasma
22 okt 2017, 18:47, Simon Slavin: I don’t know enough about Python to evaluate this, but the sqlite3 side is sound, and some readers might find it useful. Simon. It is written very well. However for readers with an

Re: [sqlite] Article about using sqlite3 in Python

2017-10-23 Thread Keith Medcalf
ilinglists.sqlite.org] On Behalf Of David Raymond >Sent: Monday, 23 October, 2017 11:54 >To: SQLite mailing list >Subject: Re: [sqlite] Article about using sqlite3 in Python > >How does one enable or disable statement caching then? For something >as basic as just inserting integ

Re: [sqlite] Article about using sqlite3 in Python

2017-10-23 Thread David Raymond
es {0:,.3f} seconds for {1:,d} inserts".format(execute(), numInts) -Original Message- From: sqlite-users [mailto:sqlite-users-boun...@mailinglists.sqlite.org] On Behalf Of Keith Medcalf Sent: Monday, October 23, 2017 11:55 AM To: SQLite mailing list Subject: Re: [sqlite] A

Re: [sqlite] Article about using sqlite3 in Python

2017-10-23 Thread Keith Medcalf
PM >To: SQLite mailing list >Subject: [sqlite] Article about using sqlite3 in Python > >I don’t know enough about Python to evaluate this, but the sqlite3 >side is sound, and some readers might find it useful. > ><https://remusao.github.io/posts/2017-10-21-few-tips-sqlite-perf.

Re: [sqlite] Article about using sqlite3 in Python

2017-10-23 Thread Damien Sykes-Lindley
a lot of time. Cheers. Damien. -Original Message- From: David Raymond Sent: Monday, October 23, 2017 3:36 PM To: SQLite mailing list Subject: Re: [sqlite] Article about using sqlite3 in Python Basic but good. execute will prepare the statement each time through, whereas executemany

Re: [sqlite] Article about using sqlite3 in Python

2017-10-23 Thread David Raymond
Subject: [sqlite] Article about using sqlite3 in Python I don’t know enough about Python to evaluate this, but the sqlite3 side is sound, and some readers might find it useful. <https://remusao.github.io/posts/2017-10-21-few-tips-sqlite-perf.html>

[sqlite] Article about using sqlite3 in Python

2017-10-22 Thread Simon Slavin
I don’t know enough about Python to evaluate this, but the sqlite3 side is sound, and some readers might find it useful. Simon. ___ sqlite-users mailing list