File tree
41 files changed
+171
-58
lines changed- .github/workflows
- .idea
- inspectionProfiles
- cmd
- common
- database
- src
- testing
- templates
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
41 files changed
+171
-58
lines changed.editorconfig
100644
100755
File mode changed.
.github/workflows/go.yml
100644
100755
File mode changed.
.github/workflows/release.yml
100644
100755
File mode changed.
.gitignore
100644
100755
File mode changed.
.idea/.gitignore
100644
100755
File mode changed.
.idea/dataSources.xml
100644
100755
File mode changed.
.idea/db-gen.iml
100644
100755
File mode changed.
.idea/inspectionProfiles/Project_Default.xml
100644
100755
File mode changed.
.idea/markdown.xml
100644
100755
File mode changed.
.idea/modules.xml
100644
100755
File mode changed.
.idea/sqldialects.xml
100644
100755
File mode changed.
.idea/vcs.xml
100644
100755
File mode changed.
CHANGELOG.md
100644
100755
File mode changed.
README.md
100644
100755
File mode changed.
cmd/generate.go
100644
100755
Lines changed: 17 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
12 | 18 |
| |
13 | 19 |
| |
14 | 20 |
| |
15 | 21 |
| |
16 | 22 |
| |
17 |
| - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
18 | 26 |
| |
19 |
| - | |
| 27 | + | |
20 | 28 |
| |
21 |
| - | |
| 29 | + | |
22 | 30 |
| |
23 | 31 |
| |
24 | 32 |
| |
25 | 33 |
| |
26 | 34 |
| |
27 | 35 |
| |
28 |
| - | |
| 36 | + | |
29 | 37 |
| |
30 | 38 |
| |
31 | 39 |
| |
| |||
34 | 42 |
| |
35 | 43 |
| |
36 | 44 |
| |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
41 | 48 |
| |
42 | 49 |
| |
43 | 50 |
| |
| |||
65 | 72 |
| |
66 | 73 |
| |
67 | 74 |
| |
68 |
| - | |
| 75 | + | |
69 | 76 |
| |
70 | 77 |
| |
71 | 78 |
| |
| |||
80 | 87 |
| |
81 | 88 |
| |
82 | 89 |
| |
83 |
| - | |
| 90 | + | |
84 | 91 |
| |
85 | 92 |
| |
86 | 93 |
| |
|
Lines changed: 82 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + |
cmd/root.go
100644
100755
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
46 | 45 |
| |
47 | 46 |
| |
48 | 47 |
|
cmd/version.go
100644
100755
File mode changed.
common/configuration.go
100644
100755
Lines changed: 12 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 |
| - | |
11 | 10 |
| |
12 |
| - | |
| 11 | + | |
| 12 | + | |
13 | 13 |
| |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
14 | 23 |
| |
15 | 24 |
|
Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 | 5 |
| |
7 | 6 |
| |
8 | 7 |
| |
| |||
23 | 22 |
| |
24 | 23 |
| |
25 | 24 |
| |
26 |
| - | |
| 25 | + | |
27 | 26 |
| |
28 | 27 |
| |
29 | 28 |
| |
|
common/fs.go
100644
100755
Lines changed: 30 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
| 5 | + | |
| 6 | + | |
4 | 7 |
| |
5 | 8 |
| |
6 | 9 |
| |
7 | 10 |
| |
8 | 11 |
| |
9 |
| - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
10 | 22 |
| |
11 | 23 |
| |
12 | 24 |
| |
| |||
30 | 42 |
| |
31 | 43 |
| |
32 | 44 |
| |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + |
Lines changed: 19 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + |
common/log.go
100644
100755
File mode changed.
database/testing-db.sql
100644
100755
File mode changed.
go.mod
100644
100755
File mode changed.
go.sum
100644
100755
File mode changed.
main.go
100644
100755
File mode changed.
src/config.go
100644
100755
Lines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| 33 | + | |
33 | 34 |
| |
34 | 35 |
| |
35 | 36 |
| |
| |||
72 | 73 |
| |
73 | 74 |
| |
74 | 75 |
| |
| 76 | + | |
75 | 77 |
| |
76 | 78 |
| |
77 | 79 |
| |
| |||
91 | 93 |
| |
92 | 94 |
| |
93 | 95 |
| |
| 96 | + | |
94 | 97 |
| |
95 | 98 |
| |
96 |
| - | |
| 99 | + | |
97 | 100 |
| |
98 | 101 |
| |
99 | 102 |
| |
| |||
142 | 145 |
| |
143 | 146 |
| |
144 | 147 |
| |
| 148 | + | |
| 149 | + | |
145 | 150 |
| |
146 | 151 |
| |
147 | 152 |
| |
| |||
188 | 193 |
| |
189 | 194 |
| |
190 | 195 |
| |
191 |
| - | |
| 196 | + | |
| 197 | + | |
192 | 198 |
| |
193 | 199 |
| |
194 | 200 |
| |
|
src/database.go
100644
100755
File mode changed.
src/generator-functions.go
100644
100755
File mode changed.
src/generator.go
100644
100755
File mode changed.
Lines changed: 0 additions & 37 deletions
This file was deleted.
src/preprocessor.go
100644
100755
File mode changed.
src/types.go
100644
100755
File mode changed.
src/version.go
100644
100755
File mode changed.
testing/db-gen.json
100644
100755
File mode changed.
File renamed without changes.
testing/templates/dbcontext.gotmpl
100644
100755
File mode changed.
testing/templates/model.gotmpl
100644
100755
File mode changed.
testing/templates/processor.gotmpl
100644
100755
File mode changed.
version.txt
100644
100755
File mode changed.
0 commit comments