Skip to content

Releases: typelevel/grackle

v0.1.12: Merge pull request #175 from yasuba/cursorFieldJson

24 Sep 09:13
3c1969d
Compare
Choose a tag to compare

Adds a new FieldMapping like CursorField which always returns Json

v0.1.11: Merge pull request #173 from gemini-hlsw/topic/fix-nested-joins

15 Sep 17:00
9bdf07c
Compare
Choose a tag to compare

v0.1.9

26 Aug 15:34
17f159a
Compare
Choose a tag to compare

Adds a Count term to the query algebra which counts the top-level elements of the result of its nested Query.

In the doobie and skunk backends this is implemented in terms of a scalar subquery.

In the future we might generalise this to other aggregations.

v0.1.8

26 Aug 10:38
13bc886
Compare
Choose a tag to compare

Very significant (~1000X on my machine) performance improvements to the parser

v0.1.6

13 Aug 10:16
0a682ab
Compare
Choose a tag to compare

Migrate parser to cats-parse and eliminate most back-tracking in the process

v0.1.5

11 Aug 11:15
60e46b1
Compare
Choose a tag to compare
Merge pull request #163 from gemini-hlsw/topic/doobie-advanced-type-n…

v0.1.4

11 Aug 11:00
cd02836
Compare
Choose a tag to compare
Merge pull request #162 from gemini-hlsw/topic/isnull-predicate

Added IsNull predicate

v0.1.1

14 Jul 15:38
13e5d4a
Compare
Choose a tag to compare

Fixes a bug in SkunkMapping

v0.1.0

14 Jul 15:37
e8a773b
Compare
Choose a tag to compare

This bumps all dependencies to Scala 3.

v0.0.44

31 Mar 15:42
a97e1ad
Compare
Choose a tag to compare

This adds basic mutation support. See the database tests for an example.