You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQL queries are created by string parsing in Heureka. This is error prone and makes it difficult to maintain. Instead a SQL Query Builder should be used.
Action Items
Research potential tools
Implement for one Example (e.g. Service SQL Queries)
Task Description
SQL queries are created by string parsing in Heureka. This is error prone and makes it difficult to maintain. Instead a SQL Query Builder should be used.
Action Items