PGDatabase 2.1.7

dotnet add package PGDatabase --version 2.1.7
                    
NuGet\Install-Package PGDatabase -Version 2.1.7
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PGDatabase" Version="2.1.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PGDatabase" Version="2.1.7" />
                    
Directory.Packages.props
<PackageReference Include="PGDatabase" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PGDatabase --version 2.1.7
                    
#r "nuget: PGDatabase, 2.1.7"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package PGDatabase@2.1.7
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PGDatabase&version=2.1.7
                    
Install as a Cake Addin
#tool nuget:?package=PGDatabase&version=2.1.7
                    
Install as a Cake Tool

Something to use.

           Readme chm:no support.

           if has bug, please e-mail to me, i'll fix them as soon as i can.

           a15752468@gmail.com

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on PGDatabase:

Package Downloads
PGDBCodeHelper

Something to use. Readme chm:no support. if has bug, please e-mail to me, i'll fix them as soon as i can. a15752468@gmail.com

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.1.7 142 3/21/2025
2.1.6 243 9/7/2023
2.1.5 185 9/7/2023
2.1.4 153 9/7/2023
2.1.3 282 3/7/2023
2.1.2 524 2/13/2022
2.1.1 453 10/4/2021
2.1.0 452 7/7/2021
2.0.9 464 7/5/2021
2.0.8 448 7/1/2021
2.0.7 457 6/30/2021
2.0.6 430 6/30/2021
2.0.5 485 6/30/2021
2.0.4 415 5/24/2021
2.0.3 442 5/24/2021
2.0.2 533 5/16/2021
2.0.1 482 3/18/2021
2.0.0 526 12/12/2020
1.0.7 711 5/31/2020
1.0.6 605 5/24/2020
1.0.5 572 5/19/2020
1.0.4 553 5/18/2020
1.0.3 589 5/16/2020
1.0.2 575 4/29/2020
1.0.1 594 4/29/2020
1.0.0 591 4/29/2020
0.0.2 1,176 4/29/2017
0.0.1 1,465 4/29/2017

2025/03/31 version 2.1.7
           * Adjust MySql to 6.9.12
           
           2023/09/07 version 2.1.6
           * Adjust WhereIn, WhereNotIn, WhereBetween support don't ignore when null.
           * Fix the logic of T4PGDB's NotPrimaryKey() function.

           2023/09/07 version 2.1.5
           * add support Guid object of DBValue.

           2022/03/07 version 2.1.3
           * Update PGDBService.CreateUpdateCommend for more situation to use.

           2022/02/03 version 2.1.2
           * Support DateOnly type to convert to DB value.

           2021/10/04 version 2.1.1
           * fix the bug of DBVC.

           2021/07/07 version 2.1.0
           * fix the bug when use Where clause script with Enum parameter, now will use PGDBConfig.DefaultEnumConvertRule to convert the value by default.

           2021/07/05 version 2.0.9
           * add feature of Where clause: In and Not In.

           2021/07/01 version 2.0.8
           * fix the bug for the Where clause script.

           2021/06/30 version 2.0.7
           * fix the bug for the new Where clause.

           2021/06/30 version 2.0.6
           * fix the bug for the new Where clause.

           2021/06/30 version 2.0.5
           * add usable feature of PGCommand -> Where clause.

           2021/05/24 version 2.0.4
           * fix the bug for the MySqlProvider.

           2021/05/24 version 2.0.3
           * fix the bug for the multiple threading.

           2021/05/16 version 2.0.2
           * adjust command and T4PGDB.

           2021/03/18 version 2.0.1
           * Fix the bugs of command object.

           2020/12/12 version 2.0.0
           * Release version 2, add a lot of features.