We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d3a8f commit 11bf7b1Copy full SHA for 11bf7b1
Orm/Xtensive.Orm/Sql/SqlConnection.cs
@@ -190,7 +190,6 @@ public virtual void Open()
190
/// <param name="initializationScript">Initialization script.</param>
191
public virtual void OpenAndInitialize(string initializationScript)
192
{
193
- UnderlyingConnection.Open();
194
var connectionHandlers = Extensions.Get<ConnectionHandlersExtension>();
195
if (connectionHandlers == null) {
196
UnderlyingConnection.Open();
0 commit comments