Re: [RDBO] Re: cannot find sets that are clearly there

2006-02-21 Thread Rob Kinyon
On 2/21/06, Michael Lackhoff <[EMAIL PROTECTED]> wrote: > On 21 Feb 2006, John Siracusa wrote: > > > SQLite really has no concept of SQL data types. Well, it has a very > > simplified concept, anyway. All that detail you put in your CREATE > > TABLE statements is pretty much ignored by SQLite. I

Re: [RDBO] Re: cannot find sets that are clearly there

2006-02-21 Thread Michael Lackhoff
On 21 Feb 2006, John Siracusa wrote: > SQLite really has no concept of SQL data types. Well, it has a very > simplified concept, anyway. All that detail you put in your CREATE > TABLE statements is pretty much ignored by SQLite. Instead, it stores > everything as strings and integers (and maybe

Re: [RDBO] Re: cannot find sets that are clearly there

2006-02-21 Thread John Siracusa
On 2/21/06, Michael Lackhoff <[EMAIL PROTECTED]> wrote: > I found out about my problem from yesterday. It was all (well almost) > my fault. In the database definition I had forgotten the 'INTEGER' > qualifier but in the class definition everything was all right. Now > these two didn't fit together

[RDBO] Re: cannot find sets that are clearly there

2006-02-21 Thread Michael Lackhoff
Hello again, I found out about my problem from yesterday. It was all (well almost) my fault. In the database definition I had forgotten the 'INTEGER' qualifier but in the class definition everything was all right. Now these two didn't fit together and I got these mysterious effects. I say 'almo