Closed mauriciopasquier closed 7 years ago
comments?
Bump! I think it's a trivial change, checks are green and is tested. Let me know if I can do something to merge this, please.
I just rebased on master. I would love to have this merged and stop using my fork, any thoughts about it?
Thanks @mauriciopasquier, and sorry for the way overdue review of this. Added a couple minor comments. When fixed I'll be happy to merge.
Thanks for reviewing! Don't worry about the delay. You're right about all your remarks. I pushed a fix, let me know if it's ok and I'll rebase
Fixed, also rebased with master and to a single commit.
This looks great. Thanks, @mauriciopasquier!
No problem, thanks for merging and maintaining!
I'll cut a release soon but I'm going to try to close #109 first.
Released yaml_db 0.5.0.
Awesome, thanks!
I've been using yaml_db for backups in git and to generate seed data, and this patch has been really useful to avoid a lot of noise from reorderer rows in join tables. It just assumes that if the first and second columns end with
_id
, it's a join table and uses the second column in the ordering. If they don't, it's harmless.