-
Notifications
You must be signed in to change notification settings - Fork 458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactored DefaultIfEmptyContext usage. #4554
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/azp run test-all |
Azure Pipelines successfully started running 1 pipeline(s). |
Test baselines changed by this PR. Don't forget to merge/close baselines PR after this pr merged/closed. |
/azp run test-all |
Azure Pipelines successfully started running 1 pipeline(s). |
Test baselines changed by this PR. Don't forget to merge/close baselines PR after this pr merged/closed. |
/azp run test-all |
Azure Pipelines successfully started running 1 pipeline(s). |
sdanyliv
requested review from
igor-tkachev,
MaceWindu,
jods4 and
Shane32
as code owners
July 2, 2024 19:23
MaceWindu
approved these changes
Jul 3, 2024
MaceWindu
pushed a commit
to linq2db/linq2db.baselines
that referenced
this pull request
Jul 3, 2024
* [Windows / SQLite (both providers)] baselines * [Windows / SQLite (specialized tests)] baselines * [Windows / SQL CE] baselines * [Windows / Access MDB (Jet/ODBC)] baselines * [Windows / SQL Server 2005] baselines * [Linux / DB2 LUW 11.5] baselines * [Linux / Firebird 2.5] baselines * [Linux / Informix 14.10] baselines * [Linux / MariaDB 11] baselines * [Linux / ClickHouse Client] baselines * [Linux / ClickHouse MySql] baselines * [Linux / MySQL 5.7 (both providers)] baselines * [Linux / Oracle 11g XE] baselines * [Linux / Sybase ASE 16] baselines * [Linux / ClickHouse Octonica] baselines * [Windows / SQLite (specialized tests)] baselines * [Windows / SQLite (both providers)] baselines * [Windows / SQL CE] baselines * [Windows / SQL Server 2005] baselines * [Windows / SQL Server 2019] baselines * [Linux / DB2 LUW 11.5] baselines * [Windows / SQL Server 2012] baselines * [Windows / SQL Server EXTRAS] baselines * [Windows / SQL Server 2017] baselines * [Windows / SQL Server 2016] baselines * [Windows / SQL Server 2008] baselines * [Linux / Informix 14.10] baselines * [Linux / Firebird 3.0] baselines * [Linux / MariaDB 11] baselines * [Linux / Firebird 5.0] baselines * [Linux / Firebird 4.0] baselines * [Linux / MySQL 8 (both providers)] baselines * [Linux / Oracle 11g XE] baselines * [Linux / PostgreSQL 11] baselines * [Linux / PostgreSQL 12] baselines * [Linux / PostgreSQL 13] baselines * [Linux / PostgreSQL 14] baselines * [Linux / Oracle 21c] baselines * [Linux / Oracle 12c] baselines * [Linux / PostgreSQL 16] baselines * [Linux / PostgreSQL 15] baselines * [Linux / Oracle 19c] baselines * [Linux / SQL Server 2019] baselines * [Linux / SQL Server 2022] baselines * [Linux / Oracle 23c] baselines * [Linux / Oracle 18c] baselines * [Windows / SQL Server 2014] baselines * [Linux / SAP HANA 2] baselines --------- Co-authored-by: Azure Pipelines Bot <[email protected]>
viceroypenguin
added a commit
that referenced
this pull request
Jul 17, 2024
viceroypenguin
added a commit
that referenced
this pull request
Jul 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix #4551