Shaolinq.Postgres.Shared 0.9.0.290

There is a newer version of this package available.
See the version list below for details.
dotnet add package Shaolinq.Postgres.Shared --version 0.9.0.290
                    
NuGet\Install-Package Shaolinq.Postgres.Shared -Version 0.9.0.290
                    
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="Shaolinq.Postgres.Shared" Version="0.9.0.290" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Shaolinq.Postgres.Shared" Version="0.9.0.290" />
                    
Directory.Packages.props
<PackageReference Include="Shaolinq.Postgres.Shared" />
                    
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 Shaolinq.Postgres.Shared --version 0.9.0.290
                    
#r "nuget: Shaolinq.Postgres.Shared, 0.9.0.290"
                    
#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 Shaolinq.Postgres.Shared@0.9.0.290
                    
#: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=Shaolinq.Postgres.Shared&version=0.9.0.290
                    
Install as a Cake Addin
#tool nuget:?package=Shaolinq.Postgres.Shared&version=0.9.0.290
                    
Install as a Cake Tool

Shaolinq is a thoughtfully designed ORM andLinq provider for .NET
   
   This library contains types used by Shaolinq.Postgres and Shaolinq.Postgres.DotCOnnect.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.9.1.375 182 2/27/2015
0.9.1.373 51 2/25/2015
0.9.1.370 44 2/25/2015
0.9.1.367 51 2/23/2015
0.9.1.365 45 2/21/2015
0.9.1.361 45 2/21/2015
0.9.1.358 57 2/16/2015
0.9.1.357 62 2/11/2015
0.9.0.355 43 2/10/2015
0.9.0.354 54 2/1/2015
0.9.0.353 53 1/30/2015
0.9.0.350 47 1/29/2015
0.9.0.338 90 1/12/2015
0.9.0.328 92 11/25/2014
0.9.0.326 55 11/24/2014
0.9.0.325 53 11/24/2014
0.9.0.323 68 11/23/2014
0.9.0.313 101 11/22/2014
0.9.0.299 210 11/12/2014
0.9.0.295 334 11/12/2014
0.9.0.290 201 11/11/2014
0.9.0.279 399 11/9/2014
0.9.0.269 270 11/6/2014
0.9.0.268 525 11/4/2014
0.9.0.266 779 11/3/2014
0.9.0.265 295 11/3/2014
0.9.0.263 542 11/3/2014
0.9.0.262 294 11/3/2014
0.9.0.249 66 10/27/2014
0.9.0.236 61 10/25/2014
0.9.0.234 57 10/24/2014
0.9.0.233 66 10/21/2014
0.9.0.227 58 10/21/2014
0.9.0.226 53 10/21/2014
0.9.0.225 56 10/21/2014
0.9.0.222 61 10/19/2014
0.9.0.221 53 10/19/2014
0.9.0.204 58 10/17/2014
0.9.0.200 56 10/15/2014
0.9.0.199 58 10/15/2014
0.9.0.193 64 10/14/2014
0.9.0.189 52 10/14/2014
0.9.0.184-test 45 10/14/2014
0.9.0.183-test 47 10/13/2014
0.9.0.179 64 10/13/2014
0.9.0.174 54 10/13/2014
0.6.0.173 53 10/13/2014
0.6.0.165 66 10/3/2014
0.6.0.160 94 9/18/2014
0.6.0.157 62 9/18/2014
0.6.0.155 63 9/18/2014
0.6.0.151 67 9/17/2014
0.6.0.147 59 9/16/2014
0.6.0.143 67 9/12/2014
0.6.0.141 71 9/10/2014
0.6.0.139 74 9/3/2014
0.6.0.135 67 8/21/2014
0.6.0.134 80 8/8/2014
0.6.0.130 53 8/4/2014
0.6.0.127 85 7/1/2014
0.6.0.101 54 1/21/2014
0.6.0.97 50 1/16/2014
0.5.0.51 52 1/5/2014
0.5.0.36 50 12/9/2013
0.5.0.35 50 12/8/2013
0.5.0.28 51 12/1/2013

- Fixed nullable enums on Postgres
- Added DateTime.Add method support.
- Fixed comparing DAOs and DAO properties to null sometimes not working.
- Improved Include() support. Can now include off DAOs that are on projected anonymous types.
- Added base non-generic DataAccessObject class.
- Added ObjectAlreadyExistsException for more specific UniqueConstraintException cases.
- OrderBy and GroupBy now support properties that are are defined on related objects (joins are made automatically/implicitly)
- Better unified cross-provider exceptions for failed unique constraints and when setting related objects that are missing or undefined objects
- Fixed implicit join in Where lost when a Select follow.
- Sqlite provider now converts composite primary keys with more than one auto-increment to a single primary key with a unique constraint across all the composites.
- DataAccessObjects now has GetReference
- DataAccessObjects GetByPrimaryKey and GetManyByPrimaryKey now support composite and complex primary keys
- Support for Include() inside select and on IQueryable.
- Support for Include() when selecting related objects on objects.
- Improved composite GetByPrimaryKey support in DataAccessObjects collections.
- Support recursive Include()
- Support implicit (recursive) joins when predicating or selecting on related objects
- Composite primary keys made up of objects are now supported.
- Improved performance
- Fixed non-aggregate  count. Now uses EXISTS where possible
- Bug fixes