Hi,
I've been trying to migrate an existing Rails 2.1 app up to Heroku and
I encountered this problem with Postgresql:
--
ActionView::TemplateError (PGError: ERROR: operator does not exist:
character varying = integer
LINE 1: ...M "group_prefs" WHERE ("group_prefs".group_id = 1)
LIMI...
^
HINT: No operator matches the given name and argument type(s). You
might need to add explicit type casts.
: SELECT * FROM "group_prefs" WHERE ("group_prefs".group_id = 1)
LIMIT 1) on line #24 of _links.html.erb:
...
--
Any clues on what the problem could be? I tried googling for the
answer but can't seem to find the correct answer. This is currently
working on a MySQL server.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Heroku" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---