Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hw4
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cse414-20wi
source
hw4
Commits
38f86f16
Commit
38f86f16
authored
5 years ago
by
Shana Hutchison
🌻
Browse files
Options
Downloads
Patches
Plain Diff
update typos and bad ci
parent
24053fba
Branches
master
No related tags found
No related merge requests found
Pipeline
#308647
failed with stage
in 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci/checks.py
+1
-1
1 addition, 1 deletion
.gitlab-ci/checks.py
README.md
+1
-1
1 addition, 1 deletion
README.md
with
2 additions
and
2 deletions
.gitlab-ci/checks.py
+
1
−
1
View file @
38f86f16
...
...
@@ -52,4 +52,4 @@ def file_has_sql_comments(file_path):
def
file_has_sqlite_commands
(
file_path
):
file_contents
=
open
(
file_path
,
"
r
"
).
read
()
return
any
(
filter
(
lambda
l
:
not
l
.
lstrip
().
startswith
(
"
--
"
),
[
command
in
file_contents
for
command
in
sqlite_commands
])
)
return
any
([
command
in
file_contents
for
command
in
sqlite_commands
])
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
38f86f16
...
...
@@ -145,7 +145,7 @@ The insurance companies disclose the following statistics:
Draw an RA Plan to answer the question above, using the schema you designed for the E/R diagram.
Annotate each RA operator with a cardinality estimate. Include the calculation you used to compute your estimate.
You may draw your
E/
R diagram on paper and scan it, take
*quality*
pictures of your drawn diagram,
You may draw your R
A
diagram on paper and scan it, take
*quality*
pictures of your drawn diagram,
or use your favorite drawing tool such as Powerpoint, Keynote, or
[
draw.io
](
https://www.draw.io/
)
.
Name your file
`hw4-ra-card.pdf`
. If you choose to take a picture, please use the tool
<https://imagetopdf.com>
to convert your image to a pdf.
...
...
This diff is collapsed.
Click to expand it.
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