Re: sqlite3 in Python 2.5b1: my out-of-the-box experience

2006-07-04 Thread Georg Brandl
John Machin wrote: > Apologies in advance if this is a bit bloggy, but I'd like to get > comments on whether I've lost the plot (or, more likely, failed to > acquire it) before I start reporting bugs etc. Please forward to Gerhard Haering if you still think these are bugs. Georg -- http://mai

Re: sqlite3 in Python 2.5b1: my out-of-the-box experience

2006-07-03 Thread Avizoa
John Machin wrote: > Apologies in advance if this is a bit bloggy, but I'd like to get > comments on whether I've lost the plot (or, more likely, failed to > acquire it) before I start reporting bugs etc. These are not, in fact, bugs. One of SQLite's features is that it does not enforce type, mea

sqlite3 in Python 2.5b1: my out-of-the-box experience

2006-07-03 Thread John Machin
Apologies in advance if this is a bit bloggy, but I'd like to get comments on whether I've lost the plot (or, more likely, failed to acquire it) before I start reporting bugs etc. From "What's new ...": """ # Create table c.execute('''create table stocks (date timestamp, trans varchar, symbol v