Shaolinq icon indicating copy to clipboard operation
Shaolinq copied to clipboard

ORM for .NET with full LINQ support for Postgres, Sqlite, MySql and SqlServer

Results 42 Shaolinq issues
Sort by recently updated
recently updated
newest added

Getting an error now, related to this: daterange columns are scaffolded as DateInterval properties of NpgsqlRange ( #1998 ). Date/time min/max values are now converted to PostgreSQL infinity values by...

Bumps System.Text.RegularExpressions from 4.3.0 to 4.3.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Text.RegularExpressions&package-manager=nuget&previous-version=4.3.0&new-version=4.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps System.Text.RegularExpressions from 4.3.0 to 4.3.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Text.RegularExpressions&package-manager=nuget&previous-version=4.3.0&new-version=4.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

ngpsql is now on version 4.1.1 and Shaolinq gets an error with ConnectionIdleTimeout during initialization.

Bumps System.Net.Http from 4.3.3 to 4.3.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Net.Http&package-manager=nuget&previous-version=4.3.3&new-version=4.3.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps System.Net.Http from 4.3.3 to 4.3.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Net.Http&package-manager=nuget&previous-version=4.3.3&new-version=4.3.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

This works fine on my local machine, var pgConfiguration = PostgresConfiguration.Create("ReportingServer", _postgresUrl, _postgresUserName, _postgresPassword,commandTimeout: 0); PostgresSqlDatabaseContextInfo contextInfo = (PostgresSqlDatabaseContextInfo)pgConfiguration.SqlDatabaseContextInfos[0]; contextInfo.ConnectionIdleLifetime = 300; contextInfo.ConnectionPruningInterval = 10; postgresModel = DataAccessModel.BuildDataAccessModel(pgConfiguration); but when...

Tracks the commit status of each object independently to `ObjectState`, as otherwise `ObjectState` and changed properties could be inconsistent between before and after submit data access hooks (particularly server side...

Changes to the generated IL so that it passes `peverify` checks.