Tego

Results 33 comments of Tego

Are there any more details on this issue? Has it happened again since you first reported it?

So, did you manage to reproduce this issue after all?

I actually don't have any experience with composer whatsoever. I will look into it, but if someone with greater experience can fork/pull request, it would be most appreciated. Otherwise, it...

Hey guys. I'm reading each and every issue and pull request. However, I've been extremely busy and I haven't had the time to properly test each pull request before merging....

Hello Josh, I'm really glad you like the tool. Unfortunately, no, I don't think I will be implementing rollbacks anytime soon. Having a rollback feature would involve having to actually...

Yes, flagging rollback scripts as such and running them backwards would probably work, at least from a technical point of view. The more elegant method would be to save snapshots...

That's cool, so it's pretty much the same approach that @jmoont suggested. Isn't creating two SQL scripts for every database change a hassle? The flow must be something like this:...

Hmm, I don't know, I guess I'll leave this issue open, and if enough people want this feature, I will implement it.

@chanmix51 Hmm. Perhaps we can rely on [pg_dump](http://www.postgresql.org/docs/8.4/static/app-pgdump.html), invoking it via `shell_exec`?