Displaying 1 result from an estimated 1 matches for "bn99en_2".
2006 Jul 12
1
-Infinity for Doule type column
...rs/abstract_adapter.rb:120:in
`log'': Mysql::Error: Unknown column ''Infinity'' in ''field list'': INSERT
INTO full_doc_indices (`etf`, `Id`, `phonemes`, `filename`, `end_time`,
`start_time`) VALUES(-Infinity, NULL, ''IH N T IH'', ''BN99EN_2'',
4952.77044, 4939.515) (ActiveRecord::StatementInvalid)"
Obviously, ActiveRecord is using "-Infinity" literally, and then MySQL
treats "-Infinity" as column name as the message shows. How can I handle
-Infinity then? I really have to store -Infinity anyway.
T...