[Rails] Re: Can't Save Integer Zero to SQLite3 DB

2009-08-16 Thread djolley
I just genned a test app with 2.3.2 + SQLite3 having a model with an integer field. My gosh!! I didn't intend for you to have to go to that extreme. I do sincerely appreciate your investing the time on my behalf. I swear that what I reported yesterday was the results I was seeing at that

[Rails] Re: Can't Save Integer Zero to SQLite3 DB

2009-08-16 Thread Hassan Schroeder
On Sun, Aug 16, 2009 at 1:07 PM, djolleyddjol...@gmail.com wrote: I just genned a test app with 2.3.2 + SQLite3 having a model with an integer field. My gosh!!  I didn't intend for you to have to go to that extreme.  I do sincerely appreciate your investing the time on my behalf. NP, 5

[Rails] Re: Can't Save Integer Zero to SQLite3 DB

2009-08-15 Thread Frederick Cheung
On Aug 15, 8:14 pm, doug ddjol...@gmail.com wrote: FWIW, I'm using the SQLite3 DB. I have a table column declared to be of type integer.  When I update a record (using ActiveRecord, of course) any changes to any other columns are made perfectly.  Changes to this particular column are also

[Rails] Re: Can't Save Integer Zero to SQLite3 DB

2009-08-15 Thread djolley
What version of rails ? 2.3.2 and it's going to be really difficult for me to alter that. If it's a Rails bug it could be a major problem for me unless I can find a work-around. Thanks for the input. ... doug --~--~-~--~~~---~--~~ You received this

[Rails] Re: Can't Save Integer Zero to SQLite3 DB

2009-08-15 Thread Hassan Schroeder
On Sat, Aug 15, 2009 at 3:50 PM, djolleyddjol...@gmail.com wrote: 2.3.2 and it's going to be really difficult for me to alter that.  If it's a Rails bug it could be a major problem for me unless I can find a work-around.  Thanks for the input. I just genned a test app with 2.3.2 + SQLite3

[Rails] Re: Can't Save Integer Zero to SQLite3 DB

2009-08-15 Thread Frederick Cheung
On Aug 15, 11:50 pm, djolley ddjol...@gmail.com wrote: What version of rails ? 2.3.2 and it's going to be really difficult for me to alter that.  If it's a Rails bug it could be a major problem for me unless I can find a work-around.  Thanks for the input. the stuff I remember was fixed