Support SetSQLWithArgs on conflict
db/chain: OnUpdate.SetSQLWithArgs to pass args on conflict (#53) OnUpdate.SetSQLWithArgs to pass args on conflict This enables building SQL that has things like ... ON CONFLICT ... DO UPDATE SET (foo) = (foo || $n) which is nice.