We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a0423 commit bffefdfCopy full SHA for bffefdf
src/NHibernate/Cfg/SettingsFactory.cs
@@ -46,7 +46,7 @@ public Settings BuildSettings(IDictionary<string, string> properties)
46
ISQLExceptionConverter sqlExceptionConverter;
47
try
48
{
49
- sqlExceptionConverter = SQLExceptionConverterFactory.BuildSQLExceptionConverter(dialect, properties);
+ sqlExceptionConverter = SQLExceptionConverterFactory.BuildSQLExceptionConverter(settings.Dialect, properties);
50
}
51
catch (HibernateException)
52
0 commit comments