Go 1.18: Generics and sqlc #1342
Unanswered
kyleconroy
asked this question in
General
Replies: 2 comments 3 replies
-
The one really gaping feature is around being able to do batch insert, but
I don't know how/if generics would help with that.
…On Tue, Dec 14, 2021 at 2:18 PM Kyle Conroy ***@***.***> wrote:
In February, Go 1.18 will be released with a long-awaited feature:
generics. The 1.18beta landed today, which means it's easy to play around
with them.
How would you like the Go output of sqlc to suppprt generics? I don't
currently have any specific plans for drastic changes.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1342>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AML53FMFZ6VKAMGM7J7SKS3UQ67FBANCNFSM5KCDAOKA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Go 1.18 has been released. The release notes cover the big additions. I think the first thing we'll take advantage of is fuzzing support to verify that our config parser doesn't panic on invalid input. Second, I'd like to work on a |
Beta Was this translation helpful? Give feedback.
3 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.
-
In February, Go 1.18 will be released with a long-awaited feature: generics. The 1.18beta landed today, which means it's easy to play around with them.
How would you like the Go output of sqlc to suppprt generics? I don't currently have any specific plans for drastic changes.
Beta Was this translation helpful? Give feedback.
All reactions