Re: [Tutor] Strange sqlite3 behavior

2010-07-17 Thread Lang Hurst
On 07/17/2010 02:04 AM, Tim Golden wrote: On 17/07/2010 8:10 AM, Lang Hurst wrote: I just had the weirdest issue with sqlite3. I was trying to update a field to "Active". I have a little database of students and sometimes they get sent to juvi, or just check out for a couple of months and show

Re: [Tutor] Strange sqlite3 behavior

2010-07-17 Thread Tim Golden
On 17/07/2010 8:10 AM, Lang Hurst wrote: I just had the weirdest issue with sqlite3. I was trying to update a field to "Active". I have a little database of students and sometimes they get sent to juvi, or just check out for a couple of months and show back up. Anyway, I wanted to just have a

[Tutor] Strange sqlite3 behavior

2010-07-17 Thread Lang Hurst
I just had the weirdest issue with sqlite3. I was trying to update a field to "Active". I have a little database of students and sometimes they get sent to juvi, or just check out for a couple of months and show back up. Anyway, I wanted to just have a field that had either "Active" or "Inac