On Tuesday, July 28, 2015 at 2:12:13 PM UTC-7, Karl He wrote: > > On Tuesday, July 28, 2015 at 7:50:31 AM UTC-7, Jeremy Evans wrote >> >> This should be possible to fix. I don't believe Sequel tries to combine >> multiple ALTER TABLE queries into a single query on DB2, so instead of >> doing the REORG check around all queries, it should be done around each >> query. Moving the reorg command from alter_table to the loop inside >> apply_alter_table should handle that. >> >> Thanks, >> Jeremy >> > > That did the trick. Submitted a pull request. >
Great. No issues in my testing, so I merged it. Thanks, Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
