Ruben Vermeersch

Results 194 comments of Ruben Vermeersch

@Metamogul so tracking a hash of each of the migrations to verify that people didn't mess around with them? I'm cool with that, that's actually a good addition. One challenge...

As far as I can remember the numbers should be prefixes, otherwise it defaults to natural sorting indeed.

Nope, just use multiple migrations. On Wed, May 31, 2023, 19:08 Timothy Warren ***@***.***> wrote: > Can you have multiple -- +migrate Up blocks within a single file? > >...

So perhaps I'm missing something, but why not just run the whole set of migrations against such an exclusive connection? That wouldn't require any changes to sql-migrate at all.

I have no plans to fix this, but I will happily accept a pull request if it's not too intrusive. On 24 Feb 2015 21:24, "Ashot" [email protected] wrote: > I...

Haven't had time to look into this, but it's on my list! Apologies! On Jun 26, 2014 10:47 PM, "Dylan Wood" [email protected] wrote: > Bump. Just checking in on this:...

> I elected to use the underscore.string library for this, but am willing to build a separate lib/util.js library if you prefer. Nah, just leave it, it's a small dependency...

As it stands, I see no reason not to merge this. Do you reckon we could do the same for other commands? Note that I'm trying to map tasks to...

@mpyw well obviously it hasn't been done yet. Happy to accept any pull request that does this, but the first thing we need to figure out how it will actually...

I don't mind the current approach of manually adding test cases: it ensures that what we promise to support will stay supported.