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
bwinf
medal
Commits
163dfb5f
Commit
163dfb5f
authored
Oct 28, 2019
by
Robert Czechowski
Browse files
Quickfix: SQL-Syntax error Postgres (db refresh)
parent
91978cae
Pipeline
#263
passed with stages
in 14 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/db_conn_postgres.rs
View file @
163dfb5f
...
...
@@ -779,7 +779,7 @@ impl MedalConnection for Connection {
Some
(
group
)
}
fn
reset_all_contest_visibilities
(
&
self
)
{
self
.execute
(
"UPDATE contest SET public =
?
1"
,
&
[
&
false
])
.unwrap
();
}
fn
reset_all_contest_visibilities
(
&
self
)
{
self
.execute
(
"UPDATE contest SET public =
$
1"
,
&
[
&
false
])
.unwrap
();
}
}
impl
MedalObject
<
Connection
>
for
Task
{
...
...
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