fix problematic merge
This commit is contained in:
parent
55d8bc5256
commit
84b67e00a0
2 changed files with 1 additions and 1 deletions
|
@ -400,7 +400,7 @@ EOF
|
|||
insertsql =''
|
||||
currentsql=''
|
||||
attributes.each do |k,v|
|
||||
if v=='' then next end
|
||||
if v=='' or v.nil? then next end
|
||||
if v[0,6]=='(type ' then next end
|
||||
if insertsql !='' then insertsql +=',' end
|
||||
if currentsql!='' then currentsql+=',' end
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue