You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, a user specifies a standard connection string in App.Config like this.
A user also sets the NH property connection.connectionstringname to "db".
With this information, we can choose some sensible defaults for driver and dialect according to the providerName attribute.
Ignoring the boring technical details, this is the Microsoft-prescribed way to specify what type of DB you are using. This is one small thing we can do to ease the transition from Microsoft's data access tech to NHibernate.
I'll start a thread on the dev-list to discuss what the defaults should be, and follow up with a patch once the dust has settled.
Fabio Maulo added a comment — 14th August 2010, 11:09:26:
but then we have to create a map between the providerName and the appropriate NH's Drive.
The text was updated successfully, but these errors were encountered:
Jason Dentler created an issue — 14th August 2010, 7:04:26:
Fabio Maulo added a comment — 14th August 2010, 11:09:26:
The text was updated successfully, but these errors were encountered: