0.0.2: lesser logging; IN-clauses fixed ("table"."table.id"-bug)
This commit is contained in:
parent
28fcd2c6ae
commit
8144c72284
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
0.0.1
|
||||
0.0.2
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue