rkoeninger / PocketSql

Embeddable T-SQL Interpreter fit for testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for NULLIF() function

MarkEwer opened this issue · comments

In one of the queries, I am trying to unit test I have a NULLIF(expression, value) statement in the select list. However, it seems that this function is not yet implemented.

Any changes this can get added? Or, can you drop in some documentation on how your function parsing works so I can implement it and submit a PR?

The answer to this one is the same as #3 . I'll look at implementing it.