Displaying 1 result from an estimated 1 matches for "fllid".
Did you mean:
llid
2009 Sep 14
9
ActiveRecord::StatementInvalid (invalid date) with Oracle
...ndex, /model/show for most of my
tables, *except* when one of the tables contains a Oracle ''date''
column, for example when going to ~/filelists/show/959:
ActiveRecord::StatementInvalid in FilelistsController#show
ArgumentError: invalid date: SELECT * FROM filelist WHERE
(filelist.fllid = 959)
I already tried updating the record with NULL values for the date
columns, or with actual valid date values, but ActiveRecord *or*
OracleEnhancedAdapter seems to refuse to load my date values.
Is this a known issue or is there something else I should do in my
model file to make date suppor...