-
I just set up a .net core 2.1.x MVC project in VS2017 and tried with the documentation to get started and got a syntax error and some issues:
```
yield does not exist in context / Invalid token "b…
-
How can I run a function returning a boolean in PLSQL using linq2db?
### Steps to reproduce
```c#
return _db.DataConnection.SelectAsync(() => MyPkg.MyFunction(myParameter));
```
Expected re…
-
I have the following code snippet, which is running within a call-stack that has a `TransactionScope`. What i want is to be able to add data on a connection that is not a part of the outer transaction…
-
Add support for Azure Data Explorer (Kusto) resources.
The main resource is [Microsoft.Kusto/Cluster](https://learn.microsoft.com/en-us/azure/templates/microsoft.kusto/clusters?pivots=deployment-la…
-
```
If one replace is performed and then another one before document is
rescanned the replacement is done in the wrong place
```
Original issue reported on code.google.com by `forever....@gmail.com…
-
Hello
There's an issue with the syntax, both async and not, compiled and not. MySQL doesn't support merge but it could be substituded by InsertOrReplace like https://stackoverflow.com/a/42663205 but …
-
Hi,
Is there any chance to get postgres-adapted ```SqlText``` in a ```TraceInfo```?
when I use OnTrace with postgres database
```
LinqToDB.Data.DataConnection.TraceSwitch.Level = TraceLevel.V…
-
After update to net core 2.1 and Npgsql.EntityFrameworkCore.PostgreSQL 2.1, EF throw exception:
> System.InvalidOperationException: "The property 'TBReestr.TBrDateEnd' is of type 'Nullable\' which …
-
```
If one replace is performed and then another one before document is
rescanned the replacement is done in the wrong place
```
Original issue reported on code.google.com by `forever....@gmail.com…
-
### Background and motivation
DataGridView generated CheckBox columns for bool properties of my model with AutoGenerateColumns on, but I prefer to make these be TextBox columns instead of CheckBox co…