jsnelling

Results 1 issues of jsnelling

This pull request fixes what I think to be a bug in the handling of recursive CTEs during merges. Queries like the following: Tag.all.merge(Tag.with.recursive(recursive: Tag.where(tag: 'tag'))) Tag.with.recursive(recursive: Tag.where(tag: 'tag')).merge(Tag.all) would...