mergestat-lite icon indicating copy to clipboard operation
mergestat-lite copied to clipboard

Support commit range notation (`..` or `...`) in the `commits` table

Open patrickdevivo opened this issue 3 years ago • 0 comments

See this page for more information. Basically, it would be useful if the commits table could allow for something like:

SELECT * FROM commits('some-repo', 'v4.0.0..v5.0.0')

to select only the commits that occurred after v4.0.0 up to v5.0.0

See this issue for some context as well

patrickdevivo avatar Aug 25 '21 15:08 patrickdevivo