Cetinbasoz
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created => 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 ... -
Created Ctrl+T or Shift+Shift Find doesn't work?
When I use Ctrl+T to search anywhere and type: MapPageRoute If "Include non-solution items" is checked: I only get 5 files from System.Web else I get no files. But in open solution ...\Global.asax....