-
- [x] Daten-Struktur festlegen -> in Klasse Lieferung implementieren
- [x] Daten generieren
- [x] Methoden schreiben um auf Daten zuzugreifen
- [x] Test ob Daten Sinn machen und eventuell anpassen
-
When connect always got this exception
> {System.TypeInitializationException: The type initializer for 'LinqToDB.Data.DataConnection' threw an exception.
---> System.TypeLoadException: Could not …
-
The `dataConnection.send(/*any data*/)` does not serialize data as expected.
The sample code:
```javascript
conn.send({ x: 111 });
```
On the receiver, it gets a stringified version of data…
-
Hi Guys,
I'm targeting SQLite using linq over linq2db, and have encountered an issue whereby the LinqToDB.Sql.DateDiff(LinqToDB.Sql.DateParts.Day, ..) function used in linq expression gets translat…
-
I have a component with the following template
```
Hello World
Search
```
The code of the component
```
import 'package:angular2/angular2.dart';
import 'package:fhir_client_api/fhir_client_…
-
Seems like changing mapping TableName with fluent mapping works only once per process instance.
Example:
I have a set of tables with same data models.
```
// Data model class (for different…
-
## Description
When using 1.4.0 (also doesn't look to be working with 1.3.2), it seems we can no longer use the SqlDatabaseTestClass (from Microsoft.Data.Tools.Schema.Sql.UnitTesting). The error thro…
-
I got several questions about the `DataConnection.bufferSize` property.
First is its meaning, the API doc says `bufferSize` is
> The number of messages queued to be sent once the browser buffer is no…
-
I try to access a db2 table with db2linq with .net core and get an exception, see below.
I wrote a .net standard dll for the data access. Calling this from an .net 4.7.1 console application is workin…
-
We use linq2db with our own MappingSchema wich we use when we create a DataConnection as a Paremeter.
It seems that the GetEntityDescriptor call always creates a new EntityDescriptor, wich takes mo…