Skip to content
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

Fixes #342

Merged
merged 44 commits into from
Sep 3, 2023
Merged

Fixes #342

merged 44 commits into from
Sep 3, 2023

Conversation

MarkMpn
Copy link
Owner

@MarkMpn MarkMpn commented Aug 30, 2023

Engine

Added sql_variant type support, including SQL_VARIANT_PROPERTY function
Added IS [NOT] DISTINCT FROM predicate support
Added @@SERVERNAME and @@VERSION global variables
Added SERVERPROPERTY function support
Added USE_LEGACY_UPDATE_MESSAGES query hint to use legacy update messages Assign, SetState, SetParentBusinessUnit and SetBusinessEquipment

Subquery fixes:

  • Only include requested columns from CROSS APPLY and query-defined tables
  • Performance improvements for uncorrelated scalar subqueries
  • Only retrieve minimal rows for scalar subqueries
  • Fixed use of nested IN and EXISTS subqueries

Fixed use of table-valued function with alias
Fixed JSON_VALUE function with embedded null literals
Fixed bulk DML operations that require non-standard requests
Do not use merge joins for data types with different sort ordering
Fixed filtering and sorting on non-lowercase attributes
Fixed executing messages with OptionSetValue parameters
Improved error reporting on batch DML statements

XTB

Updated minimum XTB version
Improved plugin load logic to avoid version problems with dependencies
Added autocomplete for collation names and variable names
Fixed cross-threading error when showing warning messages
Preserve tool window locations
Improved display of string values containing line breaks and tabs

ADS

Added autocomplete for collation names and variable names

…le condition is from external parameter

Fixes #338
Added autocomplete for variables
… result is used elsewhere other than the filte
@MarkMpn MarkMpn merged commit 1ddcc99 into master Sep 3, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant