-
Notifications
You must be signed in to change notification settings - Fork 8
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
@TypeDef not working properly #28
Comments
Thanks for the report @A1016375 ! Indeed not covered yet, although at first glance it seems doable. Is this something you'd want to help add to the recipe module? |
Not sure if same issue. uuid migrate is wrong too. before @Type(type = "uuid-char") after @Type(uuid-char.class) uuid-char.class is not even exist According to this link, should be @JdbcTypeCode(java.sql.Types.VARCHAR) |
Thanks for chiming in @abccbaandy ; this would be another special case to handle, similar as how we've covered temporal types: Welcome to push up a draft with a failing test and then we'll work out the next steps from there. |
What are the plans on this? @timtebeek Should someone add a recipe to update @typedef to @convert with the right attribute names? I would love to take a look at it and help with the fix |
hi @BrayanMnz ; great seeing you here! Yes help would be much appreciated; if you push up a draft PR with only additional tests I can assign the issue to you and work from there. The example linked above should help as a hint for the implementation, but just a draft PR with tests helps to give early feedback. |
Original Code:
After openrewrite Upgrade
Excepted Changes
The text was updated successfully, but these errors were encountered: