Shaolinq 1.9.4.1450-refs-pull-95-merge

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

Shaolinq is a thoughtfully designed ORM and Linq provider for .NET
   
Designed to perform super fast and be easy to use, Shaolinq's features also include:
   
- First class schema-first ORM with WYSIWYG data access and minipulation.
- First class LINQ support (not the basic kind you see in most other OSS projects).
- Single trip updating of objects.
- Support for Sqlite, MySql and Postgres.
- Automatic database creation and schema migration.
- Delete LINQ extension for batch server side deletes.
- Full support for server side date functions (Date.DayOfWeek etc).
- Easily extensible with a simple interface for adding support for other ADO.NET compatible databases.
- Open Source!

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  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 (11)

Showing the top 5 NuGet packages that depend on Shaolinq:

Package Downloads
Shaolinq.MySql

Shaolinq is a thoughtfully designed ORM and Linq provider for .NET Use this package to add Shaolinq and out-of-the-box MySql support. Designed to perform super fast and be easy to use, Shaolinq's features also include: - First class schema-first ORM with WYSIWYG data access and minipulation. - First class LINQ support (not the basic kind you see in most other OSS projects). - Single trip updating of objects. - Support for Sqlite, MySql and Postgres. - Automatic database creation and schema migration. - Delete LINQ extension for batch server side deletes. - Full support for server side date functions (Date.DayOfWeek etc). - Easily extensible with a simple interface for adding support for other ADO.NET compatible databases. - Open Source!

Shaolinq.Sqlite

Shaolinq is a thoughtfully designed ORM and Linq provider for .NET Use this package to add Shaolinq and out-of-the-box Sqlite support. Designed to perform super fast and be easy to use, Shaolinq's features also include: - First class schema-first ORM with WYSIWYG data access and minipulation. - First class LINQ support (not the basic kind you see in most other OSS projects). - Single trip updating of objects. - Support for Sqlite, MySql and Postgres. - Automatic database creation and schema migration. - Delete LINQ extension for batch server side deletes. - Full support for server side date functions (Date.DayOfWeek etc). - Easily extensible with a simple interface for adding support for other ADO.NET compatible databases. - Open Source!

Shaolinq.Postgres

Shaolinq is a thoughtfully designed ORM and Linq provider for .NET Use this package to add Shaolinq and out-of-the-box Postgres support (via Npgsql). Designed to perform super fast and be easy to use, Shaolinq's features also include: - First class schema-first ORM with WYSIWYG data access and minipulation. - First class LINQ support (not the basic kind you see in most other OSS projects). - Single trip updating of objects. - Support for Sqlite, MySql and Postgres. - Automatic database creation and schema migration. - Delete LINQ extension for batch server side deletes. - Full support for server side date functions (Date.DayOfWeek etc). - Easily extensible with a simple interface for adding support for other ADO.NET compatible databases. - Open Source!

Shaolinq.Postgres.DotConnect

Shaolinq is a thoughtfully designed ORM and Linq provider for .NET Use this package to add Shaolinq and out-of-the-box Postgres support (via the DotConnect ADO.NET Postgres provider). Designed to perform super fast and be easy to use, Shaolinq's features also include: - First class schema-first ORM with WYSIWYG data access and minipulation. - First class LINQ support (not the basic kind you see in most other OSS projects). - Single trip updating of objects. - Support for Sqlite, MySql and Postgres. - Automatic database creation and schema migration. - Delete LINQ extension for batch server side deletes. - Full support for server side date functions (Date.DayOfWeek etc). - Easily extensible with a simple interface for adding support for other ADO.NET compatible databases. - Open Source!

Shaolinq.SqlServer

Shaolinq is a thoughtfully designed ORM and Linq provider for .NET Use this package to add Shaolinq and out-of-the-box MySql support. Designed to perform super fast and be easy to use, Shaolinq's features also include: - First class schema-first ORM with WYSIWYG data access and minipulation. - First class LINQ support (not the basic kind you see in most other OSS projects). - Single trip updating of objects. - Support for Sqlite, MySql, Postgres and SQL Server. - Automatic database creation and schema migration. - Delete LINQ extension for batch server side deletes. - Full support for server side date functions (Date.DayOfWeek etc). - Easily extensible with a simple interface for adding support for other ADO.NET compatible databases. - Open Source!

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.9.5.1477-refs-pull-109-merge 2,866 10/1/2020
1.9.5.1476-refs-pull-109-head 2,718 10/1/2020
1.9.5.1475-refs-pull-100-merge 2,929 9/30/2020
1.9.5.1474-refs-pull-104-merge 2,776 9/30/2020
1.9.5.1471-refs-pull-108-merge 2,775 9/30/2020
1.9.5.1470-refs-pull-108-merge 2,813 9/30/2020
1.9.5.1469-refs-pull-108-head 2,780 9/30/2020
1.9.5.1468-refs-pull-107-merge 2,745 9/30/2020
1.9.5.1467-refs-pull-107-head 2,877 9/30/2020
1.9.5.1466-refs-pull-106-merge 2,777 9/30/2020
1.9.5.1465-refs-pull-106-head 2,744 9/30/2020
1.9.5.1464-refs-pull-105-merge 2,938 9/30/2020
1.9.5.1462-refs-pull-104-merge 2,942 9/30/2020
1.9.5.1460-refs-pull-100-merge 2,917 4/1/2020
1.9.5 5,798 1/17/2020
1.9.4.1454-refs-pull-97-merge 3,109 9/18/2019
1.9.4.1453-refs-pull-97-head 2,955 9/18/2019
1.9.4.1452-refs-pull-96-merge 2,906 9/18/2019
1.9.4.1451-refs-pull-96-head 2,787 9/18/2019
1.9.4.1450-refs-pull-95-merge 2,999 9/18/2019
1.9.4.1449-refs-pull-95-head 2,917 9/18/2019
1.9.4 9,126 11/9/2018
1.9.3.1445-fix-null-enum-bug 3,225 11/9/2018
1.9.3 4,426 11/9/2018
1.9.1.1438-feature-allow-re... 3,257 10/23/2018
1.9.1 4,535 10/23/2018
1.9.0.1437-feature-model-ge... 3,268 10/21/2018
1.9.0.1435-fix-query-cachin... 3,221 10/18/2018
1.9.0 4,467 10/18/2018
1.8.15 4,471 10/17/2018
1.8.14.1433-fix-nested-quer... 3,184 10/17/2018
1.8.14 4,465 10/16/2018
1.8.13.1429-fix-fix-nested-... 3,423 10/15/2018
1.8.13 4,402 10/15/2018
1.8.12 4,538 10/2/2018
1.8.11.1420-feature-allow-i... 3,327 10/2/2018
1.8.11.1419-feature-allow-i... 3,386 10/1/2018
1.8.11.1418-feature-allow-i... 3,436 10/1/2018
1.8.11 4,480 9/25/2018
1.8.10.1416-fix-distinct-co... 3,366 9/25/2018
1.8.10 5,170 8/16/2018
1.8.9 4,661 8/16/2018
1.8.8.1409-feature-sqlserve... 3,517 8/13/2018
1.8.8 4,701 8/10/2018
1.8.7.1404-fix-sql-index-an... 3,407 8/10/2018
1.8.7 4,586 8/10/2018
1.8.6 4,635 8/8/2018
1.8.4.1394-feature-exclude-... 3,418 8/7/2018
1.8.4 4,571 8/7/2018
1.8.3.1391-feature-unique-i... 3,410 8/7/2018
1.8.3 4,692 8/6/2018
1.8.2.1387-fix-support-over... 3,349 8/6/2018
1.8.2 4,677 8/2/2018
1.8.1.1384-fix-computed-mem... 3,362 8/1/2018
1.8.1.1383-fix-computed-mem... 3,428 8/1/2018
1.8.1 4,729 7/29/2018
1.8.0 4,604 7/28/2018
1.7.2 4,584 7/23/2018
1.7.1 4,647 7/22/2018
1.7.0.1340-feature-support-... 3,460 7/22/2018
1.7.0.1338-feature-support-... 3,504 7/22/2018
1.7.0 4,553 7/22/2018
1.6.0.1329-feature-naming-t... 3,540 7/21/2018
1.5.0.1304 4,462 7/20/2018
1.5.0.1303-feature-class-le... 3,483 7/20/2018
1.5.0.1300 4,934 6/4/2018
1.5.0.1296-fix-datacontext-... 3,695 5/6/2018
1.5.0.1295 4,888 4/26/2018
1.5.0.1294 4,771 4/26/2018
1.5.0.1285 4,954 2/6/2018
1.5.0.1285-asynchooks-test 3,633 2/6/2018
1.5.0.1280-asynchooks-test 3,640 2/5/2018
1.3.1.1240 4,950 1/23/2018
1.3.1.1208 4,980 1/17/2018
1.3.1.1207 4,780 1/8/2018
1.3.1.1206 4,843 1/8/2018
1.3.1.1204 4,820 1/3/2018
1.3.1.1198 4,862 12/21/2017
1.3.1.1195 4,677 12/1/2017
1.3.1.1194 4,714 12/1/2017
1.3.1.1193 4,520 12/1/2017
1.3.1.1171 4,705 10/17/2017
1.3.1.1163 4,864 7/5/2017
1.3.1.1160 4,849 6/21/2017
1.3.1.1159 4,775 6/21/2017
1.3.1.1155 4,724 6/20/2017
1.3.1.1153 4,659 6/19/2017
1.3.1.1151 4,769 6/16/2017
1.3.1.1148 4,605 6/15/2017
1.3.0.1144 4,742 6/12/2017
1.3.0.1141 4,850 6/9/2017
1.3.0.1137 4,933 5/12/2017
1.3.0.1135 4,724 5/11/2017
1.3.0.1134 4,634 5/11/2017
1.3.0.1131 4,668 5/6/2017
1.3.0.1130 4,689 5/6/2017
1.3.0.1129 4,756 5/5/2017
1.3.0.1128 4,765 5/5/2017
1.2.0.1118 4,693 5/4/2017
1.2.0.1116 4,644 5/4/2017
1.2.0.1114 4,620 5/4/2017
1.2.0.1112 4,757 5/4/2017
1.2.0.1111 4,777 5/3/2017
1.2.0.1107 4,773 5/2/2017
1.2.0.1104 4,729 4/29/2017
1.2.0.1103 4,802 4/28/2017
1.2.0.1101 4,716 4/28/2017
1.2.0.1096 1,395 4/28/2017
1.2.0.1095 4,805 4/27/2017
1.2.0.1092 4,759 4/18/2017
1.2.0.1088 4,696 4/17/2017
1.2.0.1087 4,976 4/17/2017
1.2.0.1086 3,457 4/17/2017
1.2.0.1085 3,540 4/17/2017
1.2.0.1084 3,539 4/17/2017
1.2.0.1072-rc1 2,340 4/14/2017
1.2.0.1071-rc1 2,430 4/14/2017
1.2.0.1064-rc1 3,629 4/1/2017
1.2.0.1061-rc1 3,619 3/31/2017
1.2.0.1059-rc1 3,658 3/29/2017
1.2.0.1057-rc1 3,636 3/28/2017
1.2.0.1055-rc1 3,660 3/28/2017
1.1.1.1044 4,874 3/24/2017
1.1.1.1040 4,882 3/19/2017
1.1.1.1004 4,610 3/10/2017
1.1.1.1002 4,716 3/9/2017
1.1.1.1000 4,829 2/1/2017
1.1.1.998 4,700 1/31/2017
1.1.1.996 4,852 12/15/2016
1.1.1.991 4,886 11/28/2016
1.1.1.989 5,772 9/22/2016
1.1.1.987 5,035 9/22/2016
1.1.1.986 5,079 9/22/2016
1.1.1.985 5,152 9/22/2016
1.1.1.982 4,928 8/24/2016
1.1.1.980 4,658 8/24/2016
1.1.1.979 4,746 8/22/2016
1.1.0.975 5,313 8/22/2016
1.1.0.973 4,698 8/22/2016
1.1.0.972 4,762 8/22/2016
1.1.0.971 4,705 8/18/2016
1.1.0.970 4,696 8/16/2016
1.1.0.967 4,785 8/15/2016
1.1.0.966 4,797 8/15/2016
1.1.0.964 4,803 8/11/2016
1.1.0.963 4,813 8/9/2016
1.1.0.961 4,834 8/9/2016
1.1.0.960 4,793 8/9/2016
1.1.0.959 4,779 8/8/2016
1.1.0.957 4,742 8/7/2016
1.1.0.956 4,745 8/7/2016
1.1.0.947-rc 3,654 8/6/2016
1.1.0.946-rc 3,608 8/5/2016
1.1.0.945 4,861 8/5/2016
1.1.0.942 5,128 7/27/2016
1.1.0.941 5,020 7/27/2016
1.1.0.939 4,863 7/27/2016
1.1.0.938 4,934 7/27/2016
1.1.0.936 5,083 7/26/2016
1.1.0.935 4,784 7/26/2016
1.1.0.932 4,886 7/25/2016
1.1.0.930 4,890 7/23/2016
1.1.0.929 4,768 7/23/2016
1.1.0.928 4,750 7/22/2016
1.1.0.927 4,873 7/22/2016
1.1.0.924 4,983 7/22/2016
1.1.0.923 4,787 7/21/2016
1.1.0.918 4,723 7/20/2016
1.1.0.915 4,630 7/20/2016
1.1.0.912 4,689 7/20/2016
1.1.0.910 4,660 7/20/2016
1.1.0.904 4,771 7/19/2016
1.1.0.903 4,696 7/18/2016
1.1.0.902 4,763 7/18/2016
1.1.0.901 4,811 7/18/2016
1.1.0.887 4,866 7/16/2016
1.1.0.886 4,969 7/16/2016
1.1.0.883 4,996 7/14/2016
1.1.0.879 4,923 7/13/2016
1.1.0.877 4,789 7/12/2016
1.1.0.864 4,784 7/9/2016
1.1.0.863 4,740 7/9/2016
1.1.0.859 4,699 7/8/2016
1.1.0.858 4,745 7/8/2016
1.1.0.857 4,737 7/6/2016
1.1.0.856 4,822 6/29/2016
1.1.0.855 4,941 6/28/2016
1.1.0.854 9,864 6/25/2016
1.0.1.851-rc 4,024 6/17/2016
1.0.1.849-rc 3,919 6/17/2016
1.0.1.842-rc 3,751 6/9/2016
1.0.1.841-rc 3,854 6/9/2016
1.0.1.839-rc 3,747 6/9/2016
1.0.1.837-rc 3,775 5/31/2016
1.0.1.835-rc 3,663 5/26/2016
1.0.1.834-rc 3,614 5/24/2016
1.0.1.833-rc 3,723 5/20/2016
1.0.1.832-rc 3,645 5/20/2016
1.0.1.828-rc 3,703 5/9/2016
1.0.1.827-rc 3,578 5/7/2016
1.0.1.826-rc 3,635 5/2/2016
1.0.1.824-rc 3,700 5/1/2016
1.0.1.823-rc 3,748 4/21/2016
1.0.1.822-rc 3,672 4/20/2016
1.0.1.821-rc 3,689 4/11/2016
1.0.1.819-rc 3,594 4/11/2016
1.0.1.818-rc 3,525 4/8/2016
1.0.1.817-rc 3,740 4/7/2016
1.0.1.813-rc 3,565 4/7/2016
1.0.1.812-rc 3,909 3/30/2016
1.0.1.811-rc 3,654 3/30/2016
1.0.1.810-rc 3,534 3/30/2016
1.0.1.808-rc 3,622 3/30/2016
1.0.1.807-rc 3,642 3/29/2016
1.0.1.806-rc 3,652 3/29/2016
1.0.1.805-rc 3,703 3/29/2016
1.0.1.796-rc 3,661 3/27/2016
1.0.1.793-rc 3,657 3/27/2016
1.0.1.788-rc 3,595 3/26/2016
1.0.1.785-rc 3,576 3/26/2016
1.0.1.778-rc 3,689 3/22/2016
1.0.1.777-rc 3,973 3/22/2016
1.0.1.776-rc 3,727 3/18/2016
1.0.1.775-rc 3,666 3/18/2016
1.0.1.774-rc 3,623 3/16/2016
1.0.1.773-rc 3,674 3/16/2016
1.0.1.771-rc 3,511 3/15/2016
1.0.1.769-rc 3,553 3/15/2016
1.0.1.765-rc 3,572 3/15/2016
1.0.1.764-rc 3,790 3/15/2016
1.0.1.759-rc 3,663 3/14/2016
1.0.1.758-rc 3,547 3/14/2016
1.0.1.757-rc 3,636 3/14/2016
1.0.1.752-rc 3,605 3/13/2016
1.0.1.748-rc 3,646 3/13/2016
1.0.1.747-rc 3,672 3/13/2016
1.0.1.746-rc 3,674 3/13/2016
1.0.1.743-rc 3,618 3/9/2016
1.0.1.742-rc 3,606 3/8/2016
1.0.1.741-rc 3,782 3/8/2016
1.0.1.740-rc 3,665 3/7/2016
1.0.1.736-rc 3,876 3/7/2016
1.0.1.735-rc 3,691 3/7/2016
1.0.1.729-rc 3,788 3/6/2016
1.0.1.728-rc 3,646 3/6/2016
1.0.1.726-rc 3,624 3/6/2016
1.0.1.724-rc 3,743 3/4/2016
1.0.1.723-rc 3,684 3/3/2016
1.0.1.722-rc 3,652 3/3/2016
1.0.1.721-rc 3,699 3/3/2016
1.0.1.719-rc 3,667 3/2/2016
1.0.1.717-rc 3,920 3/1/2016
1.0.1.716-rc 4,337 2/28/2016
1.0.1.711-rc 3,989 2/28/2016
1.0.1.709-rc 3,721 2/27/2016
1.0.1.708-rc 3,743 2/27/2016
1.0.1.707-rc 3,959 2/27/2016
1.0.1.706-rc 3,784 2/26/2016
1.0.1.705-rc 4,092 2/26/2016
1.0.1.701-rc 4,046 2/25/2016
1.0.1.699-rc 3,799 2/23/2016
1.0.1.696-rc 3,679 2/21/2016
1.0.1.693-rc 3,638 2/20/2016
1.0.1.691-rc 3,728 2/19/2016
1.0.1.689-rc 3,634 2/19/2016
1.0.1.684-rc 3,837 2/18/2016
1.0.1.683-rc 3,714 2/18/2016
1.0.1.676-rc 3,800 2/17/2016
1.0.1.673-rc 3,620 2/17/2016
1.0.1.670-rc 3,759 2/17/2016
1.0.1.665-rc 3,628 2/15/2016
1.0.1.663-rc 3,703 2/14/2016
1.0.1.659-rc 3,637 2/14/2016
1.0.1.657-rc 3,656 2/14/2016
1.0.1.654-rc 3,730 2/14/2016
1.0.1.648-rc 3,880 2/13/2016
1.0.1.647-rc 3,845 2/13/2016
1.0.1.632-rc 3,681 2/11/2016
1.0.1.631-rc 3,608 2/11/2016
1.0.1.626-rc 3,628 2/10/2016
1.0.1.625-rc 3,644 2/10/2016
1.0.1.609-rc 3,527 2/4/2016
1.0.1.605-rc 3,704 2/4/2016
1.0.1.604-rc 3,707 2/4/2016
1.0.1.600-rc 3,772 1/28/2016
1.0.1.597-rc 3,697 1/27/2016
1.0.1.596-rc 3,807 1/26/2016
1.0.1.595-rc 3,678 1/22/2016
1.0.1.593-rc 3,645 1/22/2016
1.0.1.590-rc 3,696 1/21/2016
1.0.1.588-rc 3,658 1/20/2016
1.0.1.583-rc 3,681 1/20/2016
1.0.1.582-rc 3,677 1/20/2016
1.0.1.574-rc 3,619 1/19/2016
1.0.1.571-rc 3,588 1/19/2016
1.0.1.570-rc 3,661 1/18/2016
1.0.1.569-rc 3,658 1/17/2016
1.0.1.568-rc 4,428 1/15/2016
1.0.1.565-rc 3,690 1/8/2016
1.0.1.564-rc 3,611 1/8/2016
1.0.1.561-rc 3,656 1/6/2016
1.0.1.557-rc 3,711 1/3/2016
1.0.1.554-rc 3,880 12/22/2015
1.0.1.553-rc 3,872 12/22/2015
1.0.1.552-rc 3,840 12/22/2015
1.0.1.551-rc 3,577 12/21/2015
1.0.1.550-rc 3,656 12/20/2015
1.0.1.545-rc 3,692 12/17/2015
1.0.1.543-rc 3,679 12/17/2015
1.0.1.542-rc 3,598 12/16/2015
1.0.1.539-rc 3,605 12/16/2015
1.0.1.525-rc 3,655 12/16/2015
1.0.1.521-rc 3,643 12/15/2015
1.0.1.512-rc 3,649 12/14/2015
1.0.1.508-rc 4,194 12/14/2015
1.0.1.505-rc 3,585 12/14/2015
1.0.0.492-rc 3,622 12/11/2015
1.0.0.491-rc 3,906 12/11/2015
1.0.0.488-rc 3,811 12/11/2015
1.0.0.487-rc 3,869 12/11/2015
1.0.0.485-rc 3,734 12/9/2015
1.0.0.481-rc 3,659 12/8/2015
1.0.0.479-rc 3,608 12/7/2015
1.0.0.473-rc 3,680 12/6/2015
1.0.0.472-rc 3,776 12/3/2015
1.0.0.469-rc 3,889 12/1/2015
1.0.0.465-rc 3,761 11/19/2015
1.0.0.464-rc 3,846 11/16/2015
1.0.0.458-rc 3,863 11/3/2015
1.0.0.448-rc 3,722 10/27/2015
1.0.0.447-rc 3,633 10/27/2015
1.0.0.446-rc 3,543 10/27/2015
1.0.0.443-rc 3,620 10/27/2015
1.0.0.441-rc 3,698 10/26/2015
1.0.0.436-rc 3,720 10/26/2015
1.0.0.434-rc 3,686 10/26/2015
1.0.0.433-rc 3,543 10/26/2015
0.9.1.426 5,953 10/8/2015
0.9.1.424 5,287 10/6/2015
0.9.1.418 5,387 9/29/2015
0.9.1.415 5,238 9/29/2015
0.9.1.411 5,261 9/28/2015
0.9.1.408 5,627 9/3/2015
0.9.1.407 5,310 8/18/2015
0.9.1.406 5,496 8/13/2015
0.9.1.405 5,592 8/13/2015
0.9.1.404 5,363 8/13/2015
0.9.1.401 5,249 7/21/2015
0.9.1.395 6,200 7/5/2015
0.9.1.394 5,066 7/4/2015
0.9.1.393 5,366 7/4/2015
0.9.1.390 5,239 6/13/2015
0.9.1.388 5,282 6/13/2015
0.9.1.386 5,218 6/13/2015
0.9.1.385 5,169 6/12/2015
0.9.1.382 5,137 6/12/2015
0.9.1.381 5,277 6/12/2015
0.9.1.380 5,146 6/12/2015
0.9.1.378 5,292 6/12/2015
0.9.1.375 5,533 2/27/2015
0.9.1.373 5,443 2/25/2015
0.9.1.370 5,366 2/25/2015
0.9.1.367 5,405 2/23/2015
0.9.1.365 5,519 2/21/2015
0.9.1.361 5,551 2/21/2015
0.9.1.358 5,472 2/16/2015
0.9.1.357 5,257 2/11/2015
0.9.0.355 5,392 2/10/2015
0.9.0.354 5,199 2/1/2015
0.9.0.353 5,216 1/30/2015
0.9.0.350 4,969 1/29/2015
0.9.0.338 5,018 1/12/2015
0.9.0.328 5,226 11/25/2014
0.9.0.326 5,048 11/24/2014
0.9.0.325 5,093 11/24/2014
0.9.0.323 5,122 11/23/2014
0.9.0.313 5,052 11/22/2014
0.9.0.299 5,149 11/12/2014
0.9.0.295 5,232 11/12/2014
0.9.0.290 5,129 11/11/2014
0.9.0.279 5,270 11/9/2014
0.9.0.269 5,308 11/6/2014
0.9.0.268 5,439 11/4/2014
0.9.0.266 5,756 11/3/2014
0.9.0.265 5,210 11/3/2014
0.9.0.263 5,421 11/3/2014
0.9.0.262 5,234 11/3/2014
0.9.0.249 5,018 10/27/2014
0.9.0.236 4,947 10/25/2014
0.9.0.234 5,027 10/24/2014
0.9.0.233 4,874 10/21/2014
0.9.0.227 4,883 10/21/2014
0.9.0.226 4,834 10/21/2014
0.9.0.225 4,757 10/21/2014
0.9.0.222 4,813 10/19/2014
0.9.0.221 4,841 10/19/2014
0.9.0.204 4,900 10/17/2014
0.9.0.200 4,943 10/15/2014
0.9.0.199 4,761 10/15/2014
0.9.0.193 4,789 10/14/2014
0.9.0.189 4,953 10/14/2014
0.9.0.184-test 3,707 10/14/2014
0.9.0.183-test 3,734 10/13/2014
0.9.0.179 4,952 10/13/2014
0.9.0.174 1,549 10/13/2014
0.6.0.173 1,502 10/13/2014
0.6.0.165 1,558 10/3/2014
0.6.0.160 1,626 9/18/2014
0.6.0.157 1,568 9/18/2014
0.6.0.155 1,559 9/18/2014
0.6.0.151 1,581 9/17/2014
0.6.0.147 1,550 9/16/2014
0.6.0.143 1,549 9/12/2014
0.6.0.141 1,583 9/10/2014
0.6.0.139 1,597 9/3/2014
0.6.0.135 1,704 8/21/2014
0.6.0.134 1,610 8/8/2014
0.6.0.130 1,597 8/4/2014
0.6.0.127 1,633 7/1/2014
0.6.0.101 1,762 1/21/2014
0.6.0.97 1,615 1/16/2014
0.5.0.51 1,603 1/4/2014
0.5.0.36 1,711 12/9/2013
0.5.0.35 1,626 12/8/2013
0.5.0.30 1,664 12/1/2013
0.5.0.28 54,135 12/1/2013

# 1.9.4

- Fixed bug where comparing a nullable enum property to nullable enum variable can throw an exception if the variable is null.

# 1.9.3

- Added IDataAccessObjectAdvanced.DeflatedPredicate property.

# 1.9.2

- Added DataAccessModel.GetReference{T}(id)  where T : DataAccessObject method.

# 1.9.1

- Allow querying new objects while committing by disabling transaction-context object cache (DataAccessObjectDataContext).
This can occur if there are any computed properties that need to perform additional queries (including implicit N+1 queries from dereferencing child properties) in order to generate the property value.

# 1.9.0

- Fixed potential query caching problems when using queries that include predicated deflated references.