Re: [Tutor] sqlite3 place holder problem

2013-10-04 Thread Alex Kleider
On 2013-10-04 02:48, Alan Gauld wrote: On 04/10/13 03:14, Alex Kleider wrote: Thanks, I discovered that when I went I read further in the documentation. This is the part that lead me a stray: """ # Larger example that inserts many records at a time purchases = [('2006-03-28', 'BUY', 'IBM', 100

Re: [Tutor] sqlite3 place holder problem

2013-10-04 Thread Alan Gauld
On 04/10/13 03:14, Alex Kleider wrote: Thanks, I discovered that when I went I read further in the documentation. This is the part that lead me a stray: """ # Larger example that inserts many records at a time purchases = [('2006-03-28', 'BUY', 'IBM', 1000, 45.00), ('2006-04-05', '