Re: [Tutor] storing dict objects in in a database through SQLObject

2006-07-03 Thread Dustin J.Mitchell
You'll actually get better support from sqlite than from other databases. The question is one of balance: are you more concerned with easily getting your dicts and tuples back intact, or with executing queries on the *contents* of those dicts and tuples? Sqlite will treat pickles as opaque ob

Re: [Tutor] Not Really Questions

2006-06-04 Thread Dustin J.Mitchell
Let me see if I can tackle these.. On Jun 4, 2006, at 8:33 AM, John Connors wrote: > The first one is lists... I can't for the life of me understand why a > list > starts at zero. In everything else in life other than programming the > 1st > item in a list is always 1. > > The next thing I don'