Displaying 1 result from an estimated 1 matches for "secondpeer".
2009 Feb 22
2
Strange AR error ( column does not exist)
...Thin, after some
horrible sessions trying to make it work with fcgi. All is going well,
but my Application controller throws this error:
ActiveRecord::StatementInvalid (PGError: ERROR: column "firstpeer"
does not exist
LINE 1: SELECT * FROM "switches" WHERE (firstPeer = 15 OR
secondPeer...
^
: SELECT * FROM "switches" WHERE (firstPeer = 15 OR secondPeer =
15) ):
AR is complaining that there is no column "firstpeer". I''m not sure if
the fact that it is all lower case has any significance. The actual
column is nam...