We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98ffca7 commit cc226ffCopy full SHA for cc226ff
1 file changed
Orm/Xtensive.Orm.PostgreSql/Sql.Drivers.PostgreSql/v12_0/ServerInfoProvider.cs
@@ -2,10 +2,14 @@
2
// This code is distributed under MIT license terms.
3
// See the License.txt file in the project root for more information.
4
5
+using Xtensive.Sql.Info;
6
+
7
namespace Xtensive.Sql.Drivers.PostgreSql.v12_0
8
{
9
internal class ServerInfoProvider : v10_0.ServerInfoProvider
10
11
+ protected override IndexFeatures GetIndexFeatures() => base.GetIndexFeatures() | IndexFeatures.NonKeyColumns;
12
13
// Constructors
14
15
public ServerInfoProvider(SqlDriver driver)
0 commit comments