linq2db

Linq to database provider.

MIT License

Stars
2.9K
Committers
142

Bot releases are hidden (Show)

linq2db - Release 2.7.0

Published by MaceWindu over 5 years ago

linq2db - Release 2.6.4

Published by MaceWindu over 5 years ago

linq2db - Release 2.6.3

Published by MaceWindu over 5 years ago

linq2db - Release 2.6.2

Published by MaceWindu almost 6 years ago

linq2db - Release 2.6.1

Published by MaceWindu almost 6 years ago

linq2db - Release 2.6.0

Published by MaceWindu almost 6 years ago

linq2db - Release 2.5.4

Published by MaceWindu almost 6 years ago

Release notes

Proper fix to regression in UNION queries. See release notes for details.

linq2db - Release 2.5.3

Published by MaceWindu almost 6 years ago

Release notes

This release contains another fix to regression in UNION queries. See release notes for details.

linq2db - Release 2.5.2

Published by MaceWindu almost 6 years ago

Release notes

This release contains fix to regression in UNION queries, introduced in 2.4.0

linq2db - Release 2.5.1

Published by MaceWindu almost 6 years ago

Release notes

This bugfix release fixes several issues in CTE queries and contains changes, required for Linqpad adapter release.

linq2db - Release 2.5.0

Published by MaceWindu almost 6 years ago

linq2db - Release 2.4.0

Published by MaceWindu about 6 years ago

linq2db - Release 2.3.0

Published by MaceWindu about 6 years ago

linq2db - Release 2.2.0

Published by MaceWindu about 6 years ago

linq2db - Release 2.1.0

Published by MaceWindu over 6 years ago

linq2db - Release 2.0.0

Published by MaceWindu over 6 years ago

Full release notes

Changes since 2.0.0 RC2:

  • common table expressions (CTE) support was finished and API added back
  • fixed error in fix for 1099 (some cases not handled by previous fix)
  • fix to Merge with empty local source with source type != target type (1153)
  • new DataConnection.GetRegisteredProviders method to return list of all registered data providers
  • XML documentation added to TempTable API
  • for provider developers: expose SqlExtensions class
  • for provider developers: SqlProviderFlags.CustomFlags list added to allow store custom provider flags (1154)
linq2db - Release 2.0.0 RC2

Published by MaceWindu over 6 years ago

Full release notes

Changes since 2.0.0 beta 5:

  • CTE API removed and will return when implementation is finished. If you already used it, consider to continue using releases from MyGet
  • Fixed spelling error in Configuration.PreferApply property name
  • Fixed incompatibility of RetryPolicy with SQL Server BulkCopy (1135)
  • Release notes moved to wiki

This is expected to be the only Release Candidate before final release next Thursday.

linq2db - Release 2.0.0 beta 5

Published by MaceWindu over 6 years ago

This is a last beta release for 2.0 version before RC release.

linq2db - Release 1.10.1

Published by ili almost 7 years ago

Fixies

  • async retry policy (#919)
  • connection management (#927)

Features

  • allow to configure null checking in predicates with LinqToDB.Configuration.Linq.CompareNullsAsValues (#932)

Obsoletes

  • LinqToDB.Configuration.Linq.CheckNullForNotEquals, use CompareNullsAsValues instead

Links

1.10.1

linq2db - Release 1.10.0

Published by ili almost 7 years ago

Features

  • Full set of joins supported (#685, #854)
  • Query.ClearCaches() method (#898)
  • SQLite FTS support (#893, #773)
  • New Oracle BulkCopy method (#878)
  • Sql.NoConvert method (#870, #722)
  • Expression predicate for associations (#841)
  • Expression post processing (#852)

Fixies

  • Extension associations (#865, #833 )
  • Firebird Merge (#851, #881)
  • Oracle DateTime2 convert (#879)
  • Database schema (#871, #858 )
  • PostgreSQL datepart (#882, #883)
  • MS Sql stored procedure XML parameters (#859)
  • Query caching (#862, #863, #903)
  • Group By (#264)
  • SerializableAttribute removed from linq2db.core (#839)
  • Inheritance mapping (#895, #899)
  • Configuration (#906)
  • NULL check for IN in subquery (#909)

Significant

  • Signing removed for linq2db.core (#867)
  • Query now executed before result is returned (previously query was executed on IEnumerable iteration) (#884, #872)
  • IDataContextEx removed (#837, #849)

Improvements

  • Join optimization (#834)
  • Documentation (#836)
  • Async extensions (#838)

Links

@linq2db/testers please run tests