Skip to content

Commit a25fe9e

Browse files
committed
Full-text extraction for Azure Sql Server
1 parent 6ea548c commit a25fe9e

File tree

1 file changed

+3
-8
lines changed
  • Orm/Xtensive.Orm.SqlServer/Sql.Drivers.SqlServer/Azure

1 file changed

+3
-8
lines changed

Orm/Xtensive.Orm.SqlServer/Sql.Drivers.SqlServer/Azure/Extractor.cs

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
1-
// Copyright (C) 2003-2010 Xtensive LLC.
2-
// All rights reserved.
3-
// For conditions of distribution and use, see license.
1+
// Copyright (C) 2010-2021 Xtensive LLC.
2+
// This code is distributed under MIT license terms.
3+
// See the License.txt file in the project root for more information.
44
// Created by: Denis Krjuchkov
55
// Created: 2010.03.02
66

77
namespace Xtensive.Sql.Drivers.SqlServer.Azure
88
{
99
internal class Extractor : v12.Extractor
1010
{
11-
protected override void ExtractFulltextIndexes()
12-
{
13-
}
14-
15-
1611
// Constructors
1712

1813
public Extractor(SqlDriver driver)

0 commit comments

Comments
 (0)