Displaying 1 result from an estimated 1 matches for "test_has_many_with_piggyback".
2006 Jan 09
1
AR: Quoting in Join Model Test
Greetings made men of rails!
I am presently writing a new database adapter for rails to bring the
OpenBase community on board. In working through the rather extensive
AR tests (which I very much appreciate), I have come across a
question I can''t seem to answer on my own.
In the test_has_many_with_piggyback(AssociationsJoinModel) the result
is expected as a quoted integer "2". My adapter is returning it as
an unquoted integer. What I can''t figure out is why this is expected
to be quoted. Since these little things are sometimes symptomatic of
a larger, more fundamental pro...