You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
types absolutely! As for functions, we've been moving away from special-casing those -- for example, there's no standalone count or rank anymore. object_id should already resolve as an invocation afaik, and that'll have the name field.
Would it be possible to have this parser also include SQL Server specific keywords, for example:
NVARCHAR
NCHAR
DATETIME2
DATETIMEOFFSET
SMALLDATETIME
TIME
SMALLMONEY
VARBINARY
IMAGE
Also, some functions are missing, for example:
OBJECT_ID
I assume others too, this is the only one I checked :)
I can also write a PR for this if that's an issue.
Thanks! ❤️
The text was updated successfully, but these errors were encountered: