Skip to content

Releases: funvit/goqu-crud-gen

feat: slice or array as primary key

16 Dec 14:42
1864d71
Compare
Choose a tag to compare

fix: handle context done in iter*

19 Oct 00:43
600a2c0
Compare
Choose a tag to compare
Merge pull request #13 from funvit/fix/context-done-handling

fix: handle context done in iter*

v0.8.0: Merge pull request #12 from funvit/feat/iter-pass-fn-err

18 Oct 23:38
b65f08a
Compare
Choose a tag to compare

Fix: bad output path in generated file

19 May 08:24
7cfa14c
Compare
Choose a tag to compare
Pre-release
Merge pull request #5 from funvit/fix/output-path-in-generated-file

fix: bad output path in generated file

Output path bug fixed

19 May 08:16
b0054f6
Compare
Choose a tag to compare
Output path bug fixed Pre-release
Pre-release
Merge pull request #4 from funvit/fix/output-path

fix: bad output path

New flag: -rename-with-tran

19 May 07:59
a966232
Compare
Choose a tag to compare
Pre-release

Generated WithTran repository method now can be renamed via generator flag -rename-with-tran.

Prepared statements

12 May 16:35
ad32398
Compare
Choose a tag to compare
Prepared statements Pre-release
Pre-release
Merge pull request #2 from funvit/use-prepared

fix: use prepared statements to avoid sql-injection

Beta!

11 May 09:54
4fe5290
Compare
Choose a tag to compare
Beta! Pre-release
Pre-release
Merge pull request #1 from funvit/proof-of-concept

Proof of concept