Ruslan

Results 5 issues of Ruslan

Hello. I have met strange SQL generated when adding null-check in WHERE clause: ```c# var veh = con.Vehicles.FirstOrDefault(x => x.StyleId != null && x.StyleId != -1000); ``` I get this...

status: has-pr
status: has-tests

Hi! There is wrong MERGE statement generated when `On` method has no actual predicate. ```c# class Settings { public int Id { get; set; } } using var ctx =...

type: bug
epic: merge

Hello! Is it possible (and how) to add this plugin to current Google Chrome (57)? Is it operable with this version of Chrome?

### Describe your issue Seems that configuring context with `AddLinqToDBContext` has two ways to set `DataContextOptions`. One of which looses parameters. ```c# using System.Diagnostics; using Microsoft.Extensions.DependencyInjection; using LinqToDB; using LinqToDB.Data;...

type: bug
status: has-pr
area: configuration

It's simple to reproduce: ```C# using System; using System.Linq; using sql_test.Context; namespace sql_test { class Dto { public string Login { get; set; } public string Marker { get; set;...

type: bug
status: has-pr
status: has-tests
area: set