Skip to content
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

Explicitly import org.jooq.Record to avoid ambiquity #782

Closed
wants to merge 1 commit into from

Conversation

damccull
Copy link
Collaborator

VS Code's java extension was complaining that the Record in each of these files was ambiguous, which makes sense because there are several available libraries that offer Record all in use in the project, but only one is valid for this case. I assume it is the jooq version since all Record instances are found in what appears to be jooq code, so I explicitly imported it, which now removes all ambiguity Errors in the java compiler.

@damccull
Copy link
Collaborator Author

It successfully builds and has started syncing. I'm using mariadb for this test. If it works I'll remove draft mode.

@damccull damccull marked this pull request as ready for review January 25, 2024 23:36
@damccull
Copy link
Collaborator Author

Ok, this is working fine. Please consider merging.

@damccull
Copy link
Collaborator Author

Closing to change branch. Will reference in new PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant