Displaying 1 result from an estimated 1 matches for "find_recipes_for_workord".
Did you mean:
find_recipes_for_workorder
2006 Jan 10
1
sql server & linux: left join problem
I''ve got a left join problem of some sort connecting from linux
FreeTDS/ODBC to SQL Server. It''s similar to the false post I had
earlier, but this is a real problem. Here''s my code:
def find_recipes_for_workorder
@recipe_pages, @recipes = paginate_with_sort :recipes, :per_page
=> 10, \
:joins => ''left join workorder on workorder.workorder_id =
recipe.workorder_id'', \
:conditions => ["workorder.name = ?", params[:workorder][:name]]
render :template =&g...