-
Notifications
You must be signed in to change notification settings - Fork 131
Open
Labels
Description
Describe the bug
Unable to group and aggregate on a table or view using acra. The same queries work when executing the queries.
To Reproduce
Steps to reproduce the behavior:
- Create a table with the following fields: date, amount,name,user_id
- Create a view based on the table using user_id to filter the requests coming in
- Query the view and group based on a date field
- Null is returned
Expected behavior
We would expect this to behave the same way as a traditional table behaves
Acra configuration files
For AcraServer:
- [ ] configuration file or CLI params that you use to start AcraServer;
- [ ] encryptor_config.yaml
if used.
For AcraTranslator:
- [ ] configuration file or CLI params that you use to start AcraTranslator.
Environment (please complete the following information):
- Acra version: latest
- Database server and its version: MySQL
- Installed components:
- AcraServer
- AcraTranslator
- Data-in-transit encryption between Acra and the client-side application:
- TLS
- AcraConnector
- no transport encryption
- Installation way:
- via Docker
- via package manager
- via Kubernetes
Additional context
Add any other context about the problem here.