-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
sql: Hibernate should work with CockroachDB #10079
Comments
Thanks for filing these issues @nvanbenschoten. Would you mind indicating which ones are appropriate for SQL newbie / starter projects? |
All of the blocking issues should be appropriate for people new to SQL. The non-blocking issues are both a little larger in scope, and will require a deeper understanding of the SQL code. |
@nvanbenschoten, maybe I could fix some blocking Issues :) |
@nvanbenschoten, yeah, I would like to do that. |
@nvanbenschoten I would like to work on one issue among these.Could you let me know any one unless these issues are complex for a beginner into cockroachdb. |
This works now, with docs and a CI test in |
Hibernate currently works to a certain degree with Cockroach, but it breaks down when it attempts to use the Postgres JDBC driver to perform complicated metadata reflection. We should get it fully working.
Blocking Issues:
pg_type
)pg_am
)pg_description
)pg_proc
)pg_database
)pg_roles
)pg_settings
)pg_index
)pg_depend
)Non-Blocking Issues:
The text was updated successfully, but these errors were encountered: