-
Notifications
You must be signed in to change notification settings - Fork 934
NH-3978 - Extract IDatabaseMetadata from DatabaseMetadata #537
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
Conversation
Hi, Is there an issue in Jira? |
Hi Oscar, I can show you our update script generator implementation (I have a plan to write a blog post about it because I thing it's a really great thing) but I'll have to simplify it a little bit or show you only an important part of the whole solution... Can you explain a little bit what your last sentence means? I've only worked with nhibernate, so I don't know a Hibernate code... |
NHibernate is a fork from Hibernate and a lot of its code is ported from Hibernate. The corresponding Hibernate file for DatabaseMetaData was removed in this commit. Prior to that removal, it had received changes which were not ported to NHibernate. Its latest version is here. Maybe there was other interesting things to port from it. As you look quite involved in using those features, it may be of interest to you. We need a Jira for tracking changes and managing our releases. Could you please add one? |
I created a JIRA. NH-3978 |
Extracting IDatabaseMetadata from DatabaseMetadata
https://nhibernate.jira.com/browse/NH-3978