0.0.2: lesser logging; IN-clauses fixed ("table"."table.id"-bug)

subqueries v0.0.2
Denis Knauf 2011-09-16 14:55:05 +02:00
parent 28fcd2c6ae
commit 8144c72284
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
0.0.1
0.0.2

View File

@ -177,7 +177,7 @@ class SmqlToAR
builder.wobs (v = builder.vid).to_sym => @value
@cols.each do |col|
col.joins builder, table
builder.where self.class::Where % [ builder.column( table, col), v.to_s]
builder.where self.class::Where % [ builder.column( table+col.path, col.col), v.to_s]
end
self
end