Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Commits
dc322172
Commit
dc322172
authored
3 years ago
by
Moritz Staudinger
Browse files
Options
Downloads
Patches
Plain Diff
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
!81
New stable release
,
!43
Merge dev to master
,
!33
Draft: merge dev to master
,
!29
Resolve "Error querying an empty table"
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
fda-query-service/services/src/main/java/at/tuwien/service/QueryService.java
+1
-0
1 addition, 0 deletions
...ervices/src/main/java/at/tuwien/service/QueryService.java
with
1 addition
and
0 deletions
fda-query-service/services/src/main/java/at/tuwien/service/QueryService.java
+
1
−
0
View file @
dc322172
...
@@ -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
);
...
...
This diff is collapsed.
Click to expand it.
Moritz Staudinger
@mstaudinger
mentioned in commit
67042a0b
·
3 years ago
mentioned in commit
67042a0b
mentioned in commit 67042a0b7cec5745272cc850991a9da464626d29
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment