Skip to content

Releases: louvri/gosl

upsert enhancement

01 Feb 08:39
26d0305
Compare
Choose a tag to compare

enable upsert to receive formula

minor enhancement column naming

20 Nov 08:36
c55dc23
Compare
Choose a tag to compare

this release is to fix user defined column name which collided with internal mysql keywords

Bugfix RunInTransaction

07 Nov 11:07
46c41a2
Compare
Choose a tag to compare

I've found some issue when running RunInTransaction which cause panic; the fix was to change how the system traverse the context

Sql Update Statement to Support Query Statement

23 Oct 05:22
1cd9112
Compare
Choose a tag to compare

SQL update operation to support query statement as value

Minor Enhancement (support individual in statement)

02 Oct 07:41
Compare
Choose a tag to compare

this changes due to the need to prioritize specific column at select statement

Bugfix missing import of mysql driver for side-effects

13 Jul 05:53
0c79d6d
Compare
Choose a tag to compare
v0.0.2

add missing mysql driver for side-effects (#2)

Initial release with basic functions

09 Jul 02:33
a6dc276
Compare
Choose a tag to compare

Initial codes supporting Queryable, Transformer, and RunInTransaction functions.