PHPDoc for Microsoft SQL Server

What is the PHPDoc to specify the Microsoft SQL Server dialect using @lang? I have this working for Postgres, Oracle, and Snowflake, but I don't know what the MS SQL one is or it's just SQL and it's not working:

 

0
3 comments

Hi there,

Language ID should be TSQL.

 

P.S. SQL Language ID injects current dialect for the project (or when specified, for the folder/file). If that file uses only one specific dialect then you can try specifying it at "Settings/Preferences | Languages & Frameworks | SQL Dialects" and keep using SQL as the Language ID.

0

Thanks.

Yes, we Global set to Oracle as that is our primary, but our projects also use Snowflake, Hadoop, and SQL Server and change dialects in the same file (moving data from one DB to another).

0

Also, yes, TSQL worked.

0

Please sign in to leave a comment.