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

Upgraded Castle ActiveRecord's NHibernate to 3.3.1.4000 #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

justintoth
Copy link

Not sure of the implications of this upgrade, but I was able to get the AR source compiling with the latest version of NHibernate. Everything seems to run fine in my applications with the upgraded version, however needless to say, I'm not using every single feature in AR.

Note: Someone should probably rip out the references to NHibernate.ByteCode.Castle in AR, as it is obsolete as of NHibernate 3.2.

@Daniel15
Copy link

Have you encountered any issues with this so far, or is it all working as expected?

@justintoth
Copy link
Author

I ran into issues and then read that ar is no longer supported so stopped dev.

Sent from my iPhone

On Nov 14, 2012, at 6:28 PM, Daniel Lo Nigro [email protected] wrote:

Have you encountered any issues with this so far, or is it all working as expected?


Reply to this email directly or view it on GitHub.

@Daniel15
Copy link

Fair enough. Did you migrate your application to another library (like Fluent NHibernate or just "raw" NHibernate)?

@justintoth
Copy link
Author

Personally I'm still using Active Record (I'm just not putting effort into
upgrading its source code.) I still love the clean/easy approach of AR and
I can always call sprocs from it if it doesn't do something that I need. If
you don't need new SQL Server 2008 features like the geography type then
you can get away with still using it, and that's coming from a developer
who is always staying on the bleeding edge of technology. However, I
believe the "correct" answer these days would be to use Fluent NHibernate.

On Wed, Nov 14, 2012 at 11:44 PM, Daniel Lo Nigro
[email protected]:

Fair enough. Did you migrate your application to another library (like
Fluent NHibernate or just "raw" NHibernate)?


Reply to this email directly or view it on GitHubhttps://pull/2#issuecomment-10397404.

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.

2 participants