Releases: typelevel/grackle
Releases · typelevel/grackle
v0.1.12: Merge pull request #175 from yasuba/cursorFieldJson
Adds a new FieldMapping like CursorField which always returns Json
v0.1.11: Merge pull request #173 from gemini-hlsw/topic/fix-nested-joins
Fix aliasing of nested joins
v0.1.9
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
Very significant (~1000X on my machine) performance improvements to the parser
v0.1.6
Migrate parser to cats-parse and eliminate most back-tracking in the process
v0.1.5
Merge pull request #163 from gemini-hlsw/topic/doobie-advanced-type-n…
v0.1.4
Merge pull request #162 from gemini-hlsw/topic/isnull-predicate Added IsNull predicate