Skip to content

Tags: linq2db/linq2db

Tags

v6.1.0

Toggle v6.1.0's commit message
fix CI

v6.0.0

Toggle v6.0.0's commit message
fix ci

v5.4.1.9

Toggle v5.4.1.9's commit message
Upgrade v5.4.1

v6.0.0-rc.3

Toggle v6.0.0-rc.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix merge (#5096)

v6.0.0-rc.2

Toggle v6.0.0-rc.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update API baselines (#5054)

* bump version

* fix build

* update api baselines

v6.0.0-rc.1

Toggle v6.0.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Restore compatibility. (#5020)

* Restore compatibility.

* Restore compatibility.

* Restore compatibility.

v6.0.0-preview.4

Toggle v6.0.0-preview.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
- set release version (#4895)

- update api baselines

v6.0.0-preview.3

Toggle v6.0.0-preview.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add DataContextModifier option to ScaffoldCommand (#4786)

* Add DataContextModifier option to ScaffoldCommand

A new option `DataContextModifier` has been added to the `DataModel` class in `ScaffoldCommand.Options.cs`, allowing specification of a modifier (e.g., Private, Internal, Public) for the generated data context class.

- Updated `ProcessDataModelOptions` in `ScaffoldCommand.Configuration.cs` to handle the new `DataContextModifier` option and set the `ContextClassModifier` property of the `settings` object.
- Modified `ScaffoldCommand` constructor in `ScaffoldCommand.cs` to add the new `DataContextModifier` option to the `_dataModelOptions`.
- Enhanced `BuildDataContext` in `DataModelLoader.DataContext.cs` to use the `ContextClassModifier` option for setting the modifiers for the `dataContextClass`, defaulting to `Public` if unspecified or invalid.
- Added `ContextClassModifier` property to `DataModelOptions` class in `DataModelOptions.cs`.
- Set `ContextClassModifier` property to `null` by default in `ScaffoldOptions.T4` method in `ScaffoldOptions.cs`.

* add test

---------

Co-authored-by: MaceWindu <MaceWindu@users.noreply.github.com>

v6.0.0-preview.2

Toggle v6.0.0-preview.2's commit message
thanks for breaking our builds

v6.0.0-preview.1

Toggle v6.0.0-preview.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release chores (#4525)

* update deps

* fix dependency, disable unstable test

* disable unstable baselines

* remove .net 7

* give sqlserver more chances

* fix wrong column type

* more deps

* fix build

* I said: fix build

* try to enable ora11 support with new provider

* switch to ubuntu 24 on CI

* update tests for new oracle provider

* update api baselines

* Update Source/LinqToDB/DataProvider/Oracle/OracleProviderAdapter.cs

Co-authored-by: Stuart Turner <stuart@turner-isageek.com>

* revert ubuntu update, looks like it is not yet deployed to azure

* add FB4+ (var)binary type aliases support

* update deps

* add missing conversion for firebird

* disable unstable test

* fb binary types support improvements

* fix baselines conflict diff rendering

* increase open cursors limit

* moar

* fix diff render

* you shall [not] pass

* fix typo

* disable baselines for test

* More, more, more (c) Billy Idol

* i hate oracle

* oracle devart/native provider test fixes

* fix oracle provider detector connection creation

* disable test

* updates

* Update Source/LinqToDB/DataProvider/Firebird/Firebird4SqlBuilder.cs

Co-authored-by: Stuart Turner <stuart@turner-isageek.com>

* Update Source/LinqToDB/DataProvider/Firebird/FirebirdSqlBuilder.cs

Co-authored-by: Stuart Turner <stuart@turner-isageek.com>

* address CR

* more updates

* build fixes

---------

Co-authored-by: Stuart Turner <stuart@turner-isageek.com>