Wyatt Alt

Results 22 comments of Wyatt Alt

this conflicts a bit with the transaction=false feature (at least for postgres). I think transaction=false migrations would need to error if more than one migration is pending.

previous ticket, that I forgot about https://github.com/amacneil/dbmate/issues/99

Nontransactional migrations will require more thought - it will be common in test code to execute the entire set of migrations at once, which would preclude the strategy described above.

https://github.com/amacneil/dbmate/issues/99 would change the location of the signal handler

I want this too! I started looking into how it could be done, but it's not clear to me it's possible without some kind off additional statement delimiter within the...

Timings: ``` [~/work/puppetlabs-aws] (maint/async-instance-queries) $ time RUBYLIB=./lib puppet resource ec2_instance > /dev/null real 0m4.366s user 0m1.818s sys 0m0.195s [~/work/puppetlabs-aws] (maint/async-instance-queries) $ git checkout master Switched to branch 'master' Your branch...

@hunner @DavidS can you see if this seems sane when you get a chance?

@jtbandes yeah, I think that's an improvement over the current approach

well, to be clear this concerns the order of the entries in the index, not in the file itself. The file can have out of order messages, though it could...