-
EclipseLink is returning an empty result list intermittently when running on DB2.
For example, the JPQL Query:
SELECT this.numFullTimeWorkers FROM DemographicInfo WHERE this.collectedOn=:when
W…
-
EclipseLink is generated a SQL query from JPQL to PostgreSQL that is rejected by the database.
For example, the JPQL `SELECT this.publicDebt / this.numFullTimeWorkers FROM DemographicInfo WHERE EXT…
-
The ref docs in https://doc.akka.io/docs/akka/current/typed/index-persistence.html don't expose `akka-projections` unless you go searching for the project under `Other Akka modules`.
At the same ti…
-
It's time folks - time to move on over to https://github.com/akkadotnet/Akka.Persistence.Sql
We even have a handy migration video that goes through all of the steps: https://www.youtube.com/watch?v…
-
### Description
A "limit" in a "SetExpression" leads to an invalid sql query.
### Expected behavior
Query gets first n results.
### Actual behavior
Stacktrace
`java.lang.IllegalArgumentExcep…
-
## Expected Behavior
`PersistenceExtensions.lastUpdate(item)` should work for any supplied item, even if aliased
## Current Behavior
As code directly reaches into persistence services using a…
jpg0 updated
3 months ago
-
### There is an error when the installation is complete
### Install by kubernetes apply-f netsil.yml
#### The container creates and runs the figure
![image](https://user-images.githubusercontent.c…
-
# Background
It would be a good feature to be able to create Items from arbitrary database data using native queries not tied to Openhab persisted data.
It will allow integration with other products…
lujop updated
4 years ago
-
**Version Information**
Version of Akka.NET?
```
```
**Describe the bug**
When there are a fair number of …
-
## Problem
#23351 added a local storage persistence layer for Apollo-Client cache. Query names to persist are hardcoded for now.
## Solution
### Custom Apollo link + query option
A custom…