Skip to content

Commit 4586a6f

Browse files
committed
postgres function obsolete
1 parent 282cea8 commit 4586a6f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/GridifyExtensions/DbContextFunction/PostgresFunctions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
namespace GridifyExtensions.DbContextFunction;
44

5+
[Obsolete("After migration to Pandatech.Crypto 5, this class is not needed anymore.")]
56
public class
67
PostgresFunctions : DbContext //By inheriting PostgresFunctions you can use the Substr function in your queries
78
{

src/GridifyExtensions/GridifyExtensions.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
<PackageReadmeFile>Readme.md</PackageReadmeFile>
99
<Authors>Pandatech</Authors>
1010
<Copyright>MIT</Copyright>
11-
<Version>2.0.5</Version>
11+
<Version>2.0.6</Version>
1212
<PackageId>Pandatech.GridifyExtensions</PackageId>
1313
<Title>Pandatech.Gridify.Extensions</Title>
1414
<PackageTags>Pandatech, library, Gridify, Pagination, Filters</PackageTags>
1515
<Description>Pandatech.Gridify.Extensions simplifies and extends the functionality of the Gridify NuGet package. It provides additional extension methods and functionality to streamline data filtering and pagination, making it more intuitive and powerful to use in .NET applications. Our enhancements ensure more flexibility, reduce boilerplate code, and improve overall developer productivity when working with Gridify.</Description>
1616
<RepositoryUrl>https://github.com/PandaTechAM/be-lib-gridify-extensions</RepositoryUrl>
17-
<PackageReleaseNotes>Count issue for deleted relations fix</PackageReleaseNotes>
17+
<PackageReleaseNotes>Made postgres functions obsolete</PackageReleaseNotes>
1818
</PropertyGroup>
1919

2020
<ItemGroup>

0 commit comments

Comments
 (0)