php-language-server icon indicating copy to clipboard operation
php-language-server copied to clipboard

Temporary tables in sql are highlighted as comments

Open imsaguy opened this issue 6 years ago • 0 comments
trafficstars

For the following code $stmt = sqlsrv_query( $conn, 'SELECT * FROM #people'); everything after #people is highlighted as a comment and it is really still part of the SQL statement. $sql = 'SELECT * FROM #people'; has the same behavior.

imsaguy avatar Jul 21 '19 18:07 imsaguy