SqlScriptDOM icon indicating copy to clipboard operation
SqlScriptDOM copied to clipboard

Consider returning specifically TSQLScript object from parser instead of abstraction

Open IVNSTN opened this issue 7 months ago • 0 comments

Since you know specfically that the result is TSQLScript why turning it into a less comfortable to work with abstraction for consumers?

Image top parse method

Image internal parse method

To start working with TSQLScript and his batches one has to double-check or to perform a hard cast to TSQLScript just as you do in HotSwap method - why? Since it always was a TSQLScript instance.

IVNSTN avatar Jun 21 '25 14:06 IVNSTN