Skip to content

Commit 16e6184

Browse files
committed
Use DB2NetDriver in action
1 parent 30250b9 commit 16e6184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psake.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Task Set-Configuration {
7676
'DB2' = @{
7777
'connection.connection_string' = '';
7878
'dialect' = 'NHibernate.Dialect.DB2Dialect';
79-
'connection.driver_class' = 'NHibernate.Driver.DB2CoreDriver'
79+
'connection.driver_class' = 'NHibernate.Driver.DB2NetDriver'
8080
}
8181
}
8282
#Settings for current build

0 commit comments

Comments
 (0)