forked from ChelseaKR/tods-validate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODS-W305.html
More file actions
45 lines (45 loc) · 1.8 KB
/
Copy pathTODS-W305.html
File metadata and controls
45 lines (45 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>TODS-W305: Supplement updates the same row more than once — tods-validate rule catalog</title>
<style>
:root { color-scheme: light dark; }
body {
font: 16px/1.5 system-ui, sans-serif;
max-width: 40rem;
margin: 2rem auto;
padding: 0 1rem;
}
h1 { margin-bottom: 0.25rem; font-size: 1.5rem; }
h2 { margin-top: 2rem; font-size: 1.1rem; }
.lede, .meta, .id { color: #666; }
.id { font-family: ui-monospace, monospace; margin: 0; }
.meta { margin: 0.5rem 0 1rem; }
.badge {
display: inline-block;
font-size: 0.8rem;
font-weight: 600;
padding: 0.1rem 0.5rem;
border-radius: 999px;
border: 1px solid #888;
margin-right: 0.4rem;
}
nav a, .rule-list a { text-decoration: none; }
nav a:hover, .rule-list a:hover { text-decoration: underline; }
a { color: inherit; }
code { background: rgba(127, 127, 127, 0.15); padding: 0 0.25rem; border-radius: 3px; }
ul.rule-list { list-style: none; padding-left: 0; }
ul.rule-list li { padding: 0.25rem 0; }
</style>
</head>
<body>
<nav><a href="index.html">← All rules</a></nav>
<p class="id">TODS-W305</p>
<h1>Supplement updates the same row more than once</h1>
<p class="meta"><span class="badge">WARNING</span></p>
<p>A supplement file contains multiple non-delete rows with the same primary key. Supplement rows are not processed in order, so which values win is undefined.</p>
<p>Spec reference: <a href="https://tods-transit.org/spec/#supplement-files">https://tods-transit.org/spec/#supplement-files</a></p>
</body>
</html>