• S
    Use an `Attribute` object to represent a bind value · 6c235dd9
    Sean Griffin 提交于
    The column is primarily used for type casting, which we're trying to
    separate from the idea of a column. Since what we really need is the
    combination of a name, type, and value, let's use the object that we
    already have to represent that concept, rather than this tuple. No
    consumers of the bind values have been changed, only the producers
    (outside of tests which care too much about internals). This is
    *finally* possible since the bind values are now produced from a
    reasonable number of lcoations.
    6c235dd9
query_methods.rb 35.7 KB