Adrian Macneil

Results 204 comments of Adrian Macneil

Thanks @carlolaitano! Care to make a pull request?

Hmm. Care to rename the file and submit pull?

This is a good feature request, I've discussed it with others in person too. Happy to accept a PR adding this.

No problem, I think someone else is already working on this. If not I will keep on the backlog.

Hey, contribution sounds like a great idea! I think it would be fine to make this behavior the default. I can't even think of a good reason to support opt-out:...

Which database is this on? I haven't noticed this behavior on postgres, so I'm wondering if it's mysql specific.

Are you able to manually produce a mysqldump (using their cli tool) without the auto increment value set?

This doesn't seem like an issue with stored procedures, the error message coming directly from mysql appears to be related to the delimiter syntax. What happens if you execute this...

I think it's probably an issue coming from the go MySQL driver. It might be ignoring the delimiter syntax and trying to send the whole statement through to MySQL.

Couple thoughts: - Definitely will need tests before we consider merging - How would we handle if someone wants to apply or rollback a specific migration? E.g. if I have...