0
我得到這個錯誤,當我嘗試設置分頁在飼料中的元素:錯誤與分頁
ActiveRecord::StatementInvalid in Videos#feed_display
Showing /rubyprograms/dreamstill/app/views/videos/feed_display.html.erb where line #6 raised:
SQLite3::SQLException: only a single result allowed for a SELECT that is part of an expression: SELECT "timeline_events".* FROM "timeline_events" WHERE (SELECT timeline_events.* FROM timeline_events
WHERE ((actor_type = 'User' AND actor_id IN (SELECT followed_id FROM relationships WHERE follower_id = 2)) AND ((secondary_subject_type = 'Video' AND subject_type <> 'Profile' AND secondary_subject_id NOT IN (SELECT id FROM videos WHERE user_id = 2)) OR (secondary_subject_type = 'User' AND secondary_subject_id <> 2) OR (secondary_subject_type = 'nil') OR (subject_type = 'Profile' AND secondary_subject_id NOT IN (SELECT id FROM videos WHERE user_id = 2) AND subject_id NOT IN (SELECT id FROM profiles WHERE user_id = 2))))
ORDER BY timeline_events.created_at DESC) LIMIT 10 OFFSET 0
這是什麼意思?如何解決呢?
你的子查詢返回多個列 – 2011-05-26 05:01:10
你是什麼意思?我該如何解決這個問題? – 2011-05-26 05:05:05