You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sqlite cant prepare sql statement, should wrap column in quotes
SQLite3::SQLException: near "from": syntax error: SELECT "refinery_calendar_events".* FROM "refinery_calendar_events" WHERE (refinery_calendar_events.from >= '2013-02-08 20:11:44.379436') ORDER BY refinery_calendar_events.from DESC
The text was updated successfully, but these errors were encountered:
https://github.com/refinery/refinerycms-calendar/blob/master/app/controllers/refinery/calendar/events_controller.rb#L5
sqlite cant prepare sql statement, should wrap column in quotes
SQLite3::SQLException: near "from": syntax error: SELECT "refinery_calendar_events".* FROM "refinery_calendar_events" WHERE (refinery_calendar_events.from >= '2013-02-08 20:11:44.379436') ORDER BY refinery_calendar_events.from DESC
The text was updated successfully, but these errors were encountered: