-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support doobie 1.0.0-RC7 #141
Comments
Looks like we should wait for RC7: typelevel/doobie#2104 |
Not sure we need to do anything? Typo skips all the auto-derive issues with Doobie by reimplementing the macros. As long as you inline implicits as well, even the implicits machinery is skipped |
If there are no other changes, then I guess not! I wasn't sure if the improvements to the underlying jdbc type stuff (vendor column type name on Get/Put) had an impact on what Also unsure if its binary-compatible with the previous release candidate |
Hi I didn't know typo integrates with doobie 😄 |
@jatcwang try it out when you have the chance! it makes for a fantastic story where you can get all the trivial stuff generated and guaranteed to be correct, while still being free to write code like you always have done. I'll hold off for a while then. when RC7 is ready, typo will need a version bump for the DSL at least if it's not binary compatible. and take of any source-level breakage. |
Tracking issue for Doobie rc6 support
The text was updated successfully, but these errors were encountered: