class Arel::Table
def eql?(other)
def eql?(other) self.class == other.class && self.name == other.name && self.table_alias == other.table_alias end
def eql?(other) self.class == other.class && self.name == other.name && self.table_alias == other.table_alias end