search for: 7a1b0da8

Displaying 1 result from an estimated 1 matches for "7a1b0da8".

2006 May 04
7
ActiveRecord and SQL Server
Hi all, I am exploring using RoR for a new project but have run into a problem with ActiveRecord and SQL Server''s timestamp datatype. We have a NOT NULL timestamp column in a table and ActiveRecord keeps trying to update it, which promptly causes it to blow up. I have tried making the value NULL for insert and update in the model, but SQL Server doesn''t like that