=> is not recognized in SQL string when dialect is postgreSQL
Consider this code:string sql = @"select * from dbo.Report_Appointments( _start_time => {0}, _end_time => {1}, _place_id => {3});";
Rider underlines the > in red while this is perfectly valid code with postgreSQL (and schema, dialect is set to postgreSQL).
Also, it is cumbersome to set database schema per file. This should be set globally.
Please sign in to leave a comment.
DataGrip Team is here. If you place the same query in the SQL editor, does it also highlight the > operator? Please specify your Rider version and provide a screenshot of the highlighting issue