Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Releases: dadleyy/marlow

deletion api

20 Oct 04:26
Compare
Choose a tag to compare

GH-47: generated code coverage badge via gendry
GH-46: bugfix for bad error message
GH-44: deletion api 🚀

Record store updates api

17 Oct 21:17
Compare
Choose a tag to compare

GH-40: bugfix on count api - closing result rows to unlock DB
GH-39: generated update api for record stores!

Select where not null & individual field lookups

11 Oct 03:32
Compare
Choose a tag to compare

GH-37: ability to blueprint/clause WHERE NOT NULL
GH-27: ability to select individual fields store.SelectIDs(...)

Support for sql.NullInt64 types

10 Oct 22:39
Compare
Choose a tag to compare

GH-35: -silent flag on marlowc executable
GH-26: 🚀 blueprint support for sql.NullInt64 fields on structs

Record store CountRecord method

04 Oct 15:09
Compare
Choose a tag to compare

GH-29: adding CountRecods method to record stores for getting a count based on a blueprint.

LIKE selections

03 Oct 03:17
Compare
Choose a tag to compare

GH-25: supporting LIKE clause generation in blueprint structs