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

v6.0 #171

Merged
merged 103 commits into from
Apr 9, 2022
Merged

v6.0 #171

merged 103 commits into from
Apr 9, 2022

Conversation

MarkMpn
Copy link
Owner

@MarkMpn MarkMpn commented Apr 2, 2022

Query Engine

  • Support for variables, WHILE, IF, GOTO statements
  • @@IDENTITY and @@rowcount global variables
  • PRINT statement support
  • Query optimizer improvements
  • Support subqueries in INSERT VALUES statements
  • Fixed case sensitivity of column names in UPDATE statements
  • ADO.NET provider
  • Improved TDS Endpoint compatibility detection

XrmToolBox

  • Fixed column autosizing
  • New button to convert query directly to FetchXML
  • Prompt to save files before closing

SSMS

  • Allow executing more non-TDS Endpoint-compatible statements
  • Support showing execution plan

MarkMpn added 30 commits January 7, 2022 11:15
Added support for setting variables in SELECT statement
Added support for EXISTS/IN subqueries in IF/WHILE
Only pass required parameters into TDS Endpoint
MarkMpn added 28 commits March 25, 2022 09:05
Always return a SqlNode for the execution plan even if the entire batch can be executed by TDS Endpoint
Remove unnecessary table spool for EXISTS
@MarkMpn MarkMpn merged commit 14eff9b into master Apr 9, 2022
@MarkMpn MarkMpn deleted the variables branch December 31, 2022 17:29
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