Skip to content

Commit bffefdf

Browse files
committed
Fixed a compile error. Oops.
SVN: trunk@5559
1 parent e7a0423 commit bffefdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate/Cfg/SettingsFactory.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public Settings BuildSettings(IDictionary<string, string> properties)
4646
ISQLExceptionConverter sqlExceptionConverter;
4747
try
4848
{
49-
sqlExceptionConverter = SQLExceptionConverterFactory.BuildSQLExceptionConverter(dialect, properties);
49+
sqlExceptionConverter = SQLExceptionConverterFactory.BuildSQLExceptionConverter(settings.Dialect, properties);
5050
}
5151
catch (HibernateException)
5252
{

0 commit comments

Comments
 (0)