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

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

parent ce2b5e77
No related branches found
No related tags found
4 merge requests!81New stable release,!43Merge dev to master,!33Draft: merge dev to master,!29Resolve "Error querying an empty table"
...@@ -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 register or to comment