Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Szabolcs Gyurko
sget2
Commits
431eaa0e
Commit
431eaa0e
authored
Mar 04, 2019
by
Szabolcs Gyurko
Browse files
Added another transaction on settings save
parent
11cb7b09
Pipeline
#310
failed with stage
in 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/sget2/SGet2.scala
app/sget2/SGet2.scala
+1
-1
No files found.
app/sget2/SGet2.scala
View file @
431eaa0e
...
...
@@ -36,7 +36,7 @@ class SGet2 @Inject() (protected val dbConfigProvider: DatabaseConfigProvider, v
}
for
{
res
←
dbConfig
.
db
.
run
(
query
)
res
←
dbConfig
.
db
.
run
(
query
.
transactionally
)
}
yield
()
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment