Array support #178
samnguyen-outreach
started this conversation in
Ideas
Replies: 2 comments
-
I got a small think going, being able to generate slice types into the model: #179 However, now I'm trying to get it scanning with qrm, and running into this error
I see it getting into this code path and erroring out: Lines 232 to 238 in a45442b |
Beta Was this translation helpful? Give feedback.
0 replies
-
Response from go-jet here: #179 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm interested in adding array support, but I wanted to check whether such a feature would be welcome or not before putting in the effort.
Looking through the repo, I only saw this comment mentioning array support #53 (comment).
I was thinking of starting around here to figure out if I could generate proper Go types based on the database type:
jet/generator/template/model_template.go
Lines 234 to 244 in 38b6caf
Beta Was this translation helpful? Give feedback.
All reactions