Skip to content

Releases: kelveny/gdbc

v0.2.7

20 Mar 19:15
Compare
Choose a tag to compare

Changelog

9b7d617 EntityGet() and EntitySelect() for composite entity types

v0.2.6

16 Mar 23:10
Compare
Choose a tag to compare

Changelog

8410e91 Add embedded pointer type test cases

v0.2.5

13 Mar 00:16
Compare
Choose a tag to compare

Changelog

59ce4c9 Perform read-back for embedded types to honor DB NULL value mapping

v0.2.4

12 Mar 23:16
Compare
Choose a tag to compare

Changelog

2f36b82 Merge imports from base entities in generated code

v0.2.3

12 Mar 13:41
Compare
Choose a tag to compare

Changelog

7a7a07c Fix the return error issue in ExecTx()

v0.2.2

10 Mar 22:48
Compare
Choose a tag to compare

Changelog

f1fef48 Make code generation tool support entity types in the same inheritance chain to reside in different package locations
cd6bb5e Update .gitignore and Makefile

v0.2.1

09 Mar 22:26
Compare
Choose a tag to compare

Changelog

4aaf533 Update README.md, also add Simple build and release commands

v0.2.0

06 Mar 13:49
Compare
Choose a tag to compare

Changelog

dae2aec Add supporting facility to code generator for composite entity
be72a8b Support deleting composite entity
71a2835 Support updating composite entity
34e3d78 Update README.doc
ebb2a44 Update code generator to support embedded entity type
4415e8e support embedded entity type

v0.1.5

17 Jun 13:45
Compare
Choose a tag to compare

Changelog

d3bb56b Remove empty comment lines in generated files to adopt new Go fmt behave

v0.1.4

13 Jun 12:10
Compare
Choose a tag to compare

Changelog

486f6cf Add read-back support for Delete method, update README.md