Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lehre und Unterricht
Datenbank- und Informations-Systeme
DataEngineering
Commits
d8aecb28
Commit
d8aecb28
authored
May 26, 2020
by
Marcel Huber
Browse files
ColumnStore: don't delete generated sql scripts
parent
9276a01e
Pipeline
#42007
passed with stages
in 1 minute and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ColumnStore/execqueries.sh
View file @
d8aecb28
...
...
@@ -222,6 +222,7 @@ for dbtype in MonetDB PostgreSQL; do
_queries_generate_script
=
"
${
_EX_DIR
}
/
${
docname
}
_
${
dbtype
}
.sh"
test
-f
"
$_queries_generate_script
"
||
continue
_queries_file
=
${
_EX_DIR
}
/
${
docname
}
_
${
dbtype
}
.sql
# _RM_LIST="$_RM_LIST:$_queries_file"
_test_date
=
"
$(
date
+%Y%m%d%H%M%S
)
"
_logbase
=
"
${
_EX_DIR
}
/
${
_EX_NAME
}
.
${
dbtype
}
"
_logfile
=
"
${
_logbase
}
.
${
_test_date
}
.log"
...
...
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