Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

related-tables ATS: add missing possible relation_name #631

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion spec/related-tables/annex-ats.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Pass if results match required content from <<gpkg_extensions_records>>, else Fa
|Requirement: |/req/table-defs/ger_relname
|Test purpose: | Verify that the relation_name entries listed in `gpkgext_relations` table are valid.
|Test method: |
1. `SELECT base_table_name, relation_name FROM gpkgext_relations WHERE (relation_name NOT IN ('features', 'simple_attributes', 'media') AND relation_name NOT LIKE 'x-_%\__%' ESCAPE '\')`
1. `SELECT base_table_name, relation_name FROM gpkgext_relations WHERE (relation_name NOT IN ('features', 'simple_attributes', 'media', 'attributes', 'tiles') AND relation_name NOT LIKE 'x-_%\__%' ESCAPE '\')`

2. Fail if returns any rows
|===
Expand Down