Shaolinq.Postgres.Shared 0.9.0.184-test

This is a prerelease version of Shaolinq.Postgres.Shared.
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.184-test
NuGet\Install-Package Shaolinq.Postgres.Shared -Version 0.9.0.184-test
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.184-test" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Shaolinq.Postgres.Shared --version 0.9.0.184-test
#r "nuget: Shaolinq.Postgres.Shared, 0.9.0.184-test"
#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.
// Install Shaolinq.Postgres.Shared as a Cake Addin
#addin nuget:?package=Shaolinq.Postgres.Shared&version=0.9.0.184-test&prerelease

// Install Shaolinq.Postgres.Shared as a Cake Tool
#tool nuget:?package=Shaolinq.Postgres.Shared&version=0.9.0.184-test&prerelease

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 181 2/27/2015
0.9.1.373 49 2/25/2015
0.9.1.370 43 2/25/2015
0.9.1.367 49 2/23/2015
0.9.1.365 43 2/21/2015
0.9.1.361 43 2/21/2015
0.9.1.358 55 2/16/2015
0.9.1.357 60 2/11/2015
0.9.0.355 41 2/10/2015
0.9.0.354 52 2/1/2015
0.9.0.353 51 1/30/2015
0.9.0.350 45 1/29/2015
0.9.0.338 89 1/12/2015
0.9.0.328 90 11/25/2014
0.9.0.326 54 11/24/2014
0.9.0.325 51 11/24/2014
0.9.0.323 66 11/23/2014
0.9.0.313 99 11/22/2014
0.9.0.299 208 11/12/2014
0.9.0.295 333 11/12/2014
0.9.0.290 200 11/11/2014
0.9.0.279 397 11/9/2014
0.9.0.269 268 11/6/2014
0.9.0.268 523 11/4/2014
0.9.0.266 777 11/3/2014
0.9.0.265 294 11/3/2014
0.9.0.263 540 11/3/2014
0.9.0.262 293 11/3/2014
0.9.0.249 65 10/27/2014
0.9.0.236 59 10/25/2014
0.9.0.234 56 10/24/2014
0.9.0.233 65 10/21/2014
0.9.0.227 56 10/21/2014
0.9.0.226 52 10/21/2014
0.9.0.225 54 10/21/2014
0.9.0.222 59 10/19/2014
0.9.0.221 51 10/19/2014
0.9.0.204 57 10/17/2014
0.9.0.200 55 10/15/2014
0.9.0.199 57 10/15/2014
0.9.0.193 62 10/14/2014
0.9.0.189 50 10/14/2014
0.9.0.184-test 43 10/14/2014
0.9.0.183-test 45 10/13/2014
0.9.0.179 63 10/13/2014
0.9.0.174 52 10/13/2014
0.6.0.173 52 10/13/2014
0.6.0.165 64 10/3/2014
0.6.0.160 93 9/18/2014
0.6.0.157 61 9/18/2014
0.6.0.155 62 9/18/2014
0.6.0.151 65 9/17/2014
0.6.0.147 57 9/16/2014
0.6.0.143 66 9/12/2014
0.6.0.141 70 9/10/2014
0.6.0.139 72 9/3/2014
0.6.0.135 65 8/21/2014
0.6.0.134 78 8/8/2014
0.6.0.130 51 8/4/2014
0.6.0.127 84 7/1/2014
0.6.0.101 53 1/21/2014
0.6.0.97 49 1/16/2014
0.5.0.51 51 1/5/2014
0.5.0.36 48 12/9/2013
0.5.0.35 49 12/8/2013
0.5.0.28 50 12/1/2013

- Support for Include() when selecting related objects on objects.
- 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