Displaying 1 result from an estimated 1 matches for "9ish".
Did you mean:
3ish
2006 Apr 19
9
Does RoR + Oracle use bind variables?
Does ROR + Oracle use bind variables?
Using :conditions in a find statement gives the appearance that bind
variables might be used :
header = "test header"
Posts.find(:all,:conditions=>["header = ?",header])
i.e. Does AR just pass the whole string to oracle or the SQL and the
parameters?
I''m in an oracle shop and my boss wants to know, i''d be very