Skip to content

Instantly share code, notes, and snippets.

@nekoruri
Created March 17, 2013 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nekoruri/5182957 to your computer and use it in GitHub Desktop.
Save nekoruri/5182957 to your computer and use it in GitHub Desktop.
http://sp.pf.mbga.jp/12008305/
?guid=ON
&url=http%3A%2F%2F125.6.169.35%2Fidolmaster%2Ferror%2F%3Fmsg%3DActiveRecord%253A%253Asimple_query%2B%253E%253E%2Bno%2Bresult%2Bsql%2B-%253E%2BSELECT%2BCOUNT%2528%252A%2529%2BAS%2B%2560numrows%2560%250AFROM%2B%2560user_friend%2560%250AWHERE%2B%2560viewer_id%2560%2B%253D%2B%2527なんちゃら%2527%250AAND%2B%2560state%2560%2B%253D%2B2%250AAND%2B%2560delete_time%2560%2BIS%2BNULL%26l_frm%3DMypage_1%26rnd%3D330925538
http://sp.pf.mbga.jp/12008305/
?guid=ON
&url=http://125.6.169.35/idolmaster/error/
?msg=ActiveRecord%3A%3Asimple_query+%3E%3E+no+result+sql+-%3E+SELECT+COUNT%28%2A%29+AS+%60numrows%60%0AFROM+%60user_friend%60%0AWHERE+%60viewer_id%60+%3D+%27なんちゃら%27%0AAND+%60state%60+%3D+2%0AAND+%60delete_time%60+IS+NULL
&l_frm=Mypage_1
&rnd=330925538
↓(msg部分)
ActiveRecord::simple_query >> no result sql -> SELECT COUNT(*) AS `numrows`
FROM `user_friend`
WHERE `viewer_id` = 'なんちゃら'
AND `state` = 2
AND `delete_time` IS NULL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment