Skip to content

TSQLStatementReader.ParseStatements throws Object reference not set to an instance of an object. exception #92

Discussion options

You must be logged in to vote

Thank you for bringing this up. I've created an issue from it, #93 .

I think the problem is stemming from an intermix of system "variables" and system "functions". In the previous major version, the differentiation didn't matter, because there wasn't any context aware parsing. With the new context aware parsing, I think it's considering this a function, and trying to parse arguments, but also it shouldn't even matter because it should bail out at the end of the string, which it's also not.

So please give me some time, a few days or so, to review and think on this one. It's likely to spawn fixes within multiple sections, instead of just fixing directly for this specific situation. In the m…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@muneeebsheikh
Comment options

@bruce-dunwiddie
Comment options

Answer selected by bruce-dunwiddie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants