Skip to content
Snippets Groups Projects
Commit 67042a0b authored by Moritz Staudinger's avatar Moritz Staudinger
Browse files

Added deprecated label to execute function, which should not be used, use save instead

Former-commit-id: dc322172
parent 84da6ff3
No related branches found
No related tags found
1 merge request!42Fixed the query service tests
...@@ -52,6 +52,7 @@ public class QueryService extends JdbcConnector { ...@@ -52,6 +52,7 @@ public class QueryService extends JdbcConnector {
this.queryMapper = queryMapper; this.queryMapper = queryMapper;
} }
@Deprecated
@Transactional @Transactional
public QueryResultDto execute(Long id, Query query) throws ImageNotSupportedException, DatabaseNotFoundException, JSQLParserException, SQLException, QueryMalformedException, QueryStoreException { public QueryResultDto execute(Long id, Query query) throws ImageNotSupportedException, DatabaseNotFoundException, JSQLParserException, SQLException, QueryMalformedException, QueryStoreException {
Database database = findDatabase(id); Database database = findDatabase(id);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment