Skip to content

Commit

Permalink
Merge pull request #191 from Flexberry/fix-67-no-sort
Browse files Browse the repository at this point in the history
Remove `order by stormmainobjectkey` for inner query.
  • Loading branch information
DubrovinPavel authored Jul 9, 2021
2 parents 00af0a4 + 2de4ec7 commit 24c7fc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,6 @@ public override void GenerateSQLRowNumber(LoadingCustomizationStruct customizati
else if (string.IsNullOrEmpty(orderByExprForPaging))
{
orderByExprForPaging = $"{nl}ORDER BY {SQLWhereLanguageDef.StormMainObjectKey}";
query += orderByExprForPaging;
}

resQuery =
Expand Down
6 changes: 3 additions & 3 deletions NewPlatform.Flexberry.ORM.PostgresDataService.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>NewPlatform.Flexberry.ORM.PostgresDataService</id>
<version>6.0.0</version>
<version>6.1.0-beta01</version>
<title>Flexberry ORM</title>
<authors>New Platform Ltd</authors>
<owners>New Platform Ltd</owners>
Expand All @@ -12,8 +12,8 @@
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Flexberry ORM package.</description>
<releaseNotes>
Added
1. PostgresDataService in it's own NuGet package.
Performance
1. Remove `order by stormmainobjectkey` for inner query.
</releaseNotes>
<copyright>Copyright New Platform Ltd 2021</copyright>
<tags>Flexberry ORM</tags>
Expand Down

0 comments on commit 24c7fc3

Please sign in to comment.