-
The following gives a very unclear/vaugue error when I have query filters applied:
```
var result= await (from p in context.Table1
join b in context.Table2 on p.KeyId equals b.KeyId
…
-
Previous version v2 had migration for oracle database.
Current release doesn't have Oracle EF project anymore, also generate-migrations-initial copy.sh doesn't have Oracle option.
How to go with m…
-
### The problem
`deep_sleep` component fails to build on ESP8266.
### Which version of ESPHome has the issue?
2022.5.1
### What type of installation are you using?
pip
### Which version of Home …
-
### Issue
I have 2 entities were one has a property pointing to the primary key of another entity - a **classic foreign key**.
The issue is: I use **typed ids** ("owned entities", "value objects") f…
-
### Mautic Series
5.1.x series
### Mautic installed version
5.1.0
### Way of installing
I downloaded a release from https://www.mautic.org/mautic-releases
### PHP version
8.1.0
### What browse…
-
I´ve been getting the following exception for a simple union:
```
Unable to translate a collection subquery in a projection since either parent or the subquery doesn't project necessary informatio…
-
In 2.2 this code worked without problems. I've used code like this throughout whole solution:
```
short organizacijaId = 1;
var artikalBrendId = 1;
var naziv = "Test";
…
-
##### **Overview of the issue**
In a newly generated application, Elastic Search is causing an "Internal server error" by throwing an exception. Once an entity instance has been updated, it c…
-
We are using EntityFrameworkCore.PostgreSQL.ColumnEncryption.
I have one request.
I think that "NpgsqlEncrypt" is supposed to be added to the property to be encrypted,
When generating code with "…
-
Giving a demo of IPA this morning, I somehow triggered an error on the courses page.
What I was e-mailed was this:
Unhandled MVC exception at 09:28:24
Details:
Message : could not …