Skip to content

Releases: ShiftLeftSecurity/gaum

Correct Errors in Update rendering

26 Jun 14:49

Choose a tag to compare

Update was rendering a set of parenthesis around SET assignments

Fix Update rendering

26 Jun 14:12

Choose a tag to compare

Update was using a db wildcard for the table and that is not supported.

Return `chain.ErrNoRows` when `chain.ExpressionChain.Raw` yields no results

11 Jun 16:49

Choose a tag to compare

v0.1.4

Add exception for No rows returned from db

Correct `ExpresionChain.Raw` behavior

11 Jun 16:22

Choose a tag to compare

Raw was silently ignoring malformed queries and trying to execute empty ones (which led to unexpected behavior).
This was corrected and a test was added.

Null helper support

08 Jun 20:34

Choose a tag to compare

v0.1.2

Added Null and NotNull helpers

Vendoring of dependencies

07 Jun 21:11

Choose a tag to compare

Fresh out version with all dependencies (all 3) vendored.

Initial release

07 Jun 21:05
914e15f

Choose a tag to compare

Initial release of gaum in a usable way.