NHibernate 1.2.0 - Unexpected row count: 0; expected: 1
Read OriginalThe article details a specific NHibernate 1.2.0 error ('Unexpected row count: 0; expected: 1') encountered when using SqlClient after switching from MySQL. It explains the root cause: using an 'assigned' generator for a manually populated ID column with SaveOrUpdate(). The solution involves changing the mapping to use a separate GUID ID column, allowing NHibernate to manage the primary key.
Comments
No comments yet
Be the first to share your thoughts!
Browser Extension
Get instant access to AllDevBlogs from your browser