Re: Newbie question about SQLite + Python and twitter

2011-05-26 Thread John Nagle
On 5/25/2011 6:08 PM, Philip Semanchuk wrote: On May 25, 2011, at 2:17 PM, Jayme Proni Filho wrote: Helo guys, I'm building a local application for twitter for my brother's store. I'm in the beginning and I have some newbie problems, so: I create a table called tb_messages with int auto incr

Re: Newbie question about SQLite + Python and twitter

2011-05-25 Thread Philip Semanchuk
On May 25, 2011, at 2:17 PM, Jayme Proni Filho wrote: > Helo guys, > > I'm building a local application for twitter for my brother's store. I'm in > the beginning and I have some newbie problems, so: > > I create a table called tb_messages with int auto increment and varchar(140) > fields; > I

Newbie question about SQLite + Python and twitter

2011-05-25 Thread Jayme Proni Filho
Helo guys, I'm building a local application for twitter for my brother's store. I'm in the beginning and I have some newbie problems, so: I create a table called tb_messages with int auto increment and varchar(140) fields; I did three SQL funcionts, insert_tweet, delete_tweet, select_tweet selec