Sha256: 34660f1c2b08b2422f4db630704d3c8e2239c34f2cbdb2c9be0bce06552513f5
Contents?: true
Size: 329 Bytes
Versions: 66
Compression:
Stored size: 329 Bytes
Contents
class Predicate module NadicBool def to_sql(buffer, dialect) each_with_index do |child, index| next if index == 0 unless index == 1 buffer << Sql::Expr::SPACE << to_sql_operator << Sql::Expr::SPACE end child.to_sql(buffer, dialect) end buffer end end end
Version data entries
66 entries across 66 versions & 1 rubygems