• S
    Implement hash equality on column · e13ac306
    Sean Griffin 提交于
    The query cache uses bind values as hash keys. The current
    implementation relies on reference equality for hash equality. This is
    brittle, and can easily break in the future.
    e13ac306
column.rb 2.5 KB