PGDatabase 2.1.7
dotnet add package PGDatabase --version 2.1.7
NuGet\Install-Package PGDatabase -Version 2.1.7
<PackageReference Include="PGDatabase" Version="2.1.7" />
<PackageVersion Include="PGDatabase" Version="2.1.7" />
<PackageReference Include="PGDatabase" />
paket add PGDatabase --version 2.1.7
#r "nuget: PGDatabase, 2.1.7"
#:package PGDatabase@2.1.7
#addin nuget:?package=PGDatabase&version=2.1.7
#tool nuget:?package=PGDatabase&version=2.1.7
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 | Versions 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. |
-
- PGCafe (>= 2.4.2)
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.