Skip to content

Commit f0680c1

Browse files
committed
Remove obsolete FirebirdDriver.cs. NH-3322.
1 parent c2b7335 commit f0680c1

File tree

3 files changed

+1
-37
lines changed

3 files changed

+1
-37
lines changed

releasenotes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Build vNext
2424
* DisableLogFormattedSql method removed: the default is disabled
2525
* ISession.SaveOrUpdateCopy removed: Use Merge instead
2626
* Oracle: The atan2 and power functions now return double (instead of single) for consistency with other dialects.
27+
* Removed FirebirdDriver. It was the same as FirebirdClientDriver since 3.2, and the latter have been the default since then.
2728

2829
Build 3.3.2.GA
2930
=============================

src/NHibernate/Driver/FirebirdDriver.cs

Lines changed: 0 additions & 36 deletions
This file was deleted.

src/NHibernate/NHibernate.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@
166166
<Compile Include="Driver\DB2Driver.cs" />
167167
<Compile Include="Driver\DotConnectMySqlDriver.cs" />
168168
<Compile Include="Driver\DriverBase.cs" />
169-
<Compile Include="Driver\FirebirdDriver.cs" />
170169
<Compile Include="Driver\IDriver.cs" />
171170
<Compile Include="Driver\IResultSetsCommand.cs" />
172171
<Compile Include="Driver\MySqlDataDriver.cs" />

0 commit comments

Comments
 (0)