エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
using a placeholder with joins
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
using a placeholder with joins
I'm attempting to avoid any SQL injection vulnerabilities by substituting with my params on a joi... I'm attempting to avoid any SQL injection vulnerabilities by substituting with my params on a join. Category.joins("LEFT OUTER JOIN incomes ON incomes.category_id = categories.id AND incomes.dept_id = ?", params[:Dept]) This attempts to execute the query with a question mark in it, instead of substituting it for the param. What is the proper way to do this? EDIT: Query needs to return this: SELECT