mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Swift: Add db upgrade/downgrade scripts for key-path component extraction.
I've marked both scripts as "partial" since we're extracting different AST components for key-paths and don't have a good way to convert between them in QL. Each deletes the corresponding tables, but leaves non-key-path functionality intact.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,8 @@
|
||||
description: Use unsafe parsed-path expression instead of component list in keypaths.
|
||||
compatibility: partial
|
||||
|
||||
key_path_expr_components.rel: delete
|
||||
key_path_components.rel: delete
|
||||
key_path_component_subscript_arguments.rel: delete
|
||||
key_path_component_tuple_indices.rel: delete
|
||||
key_path_component_decl_refs.rel: delete
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,4 @@
|
||||
description: Use component list instead of unsafe parsed-path expression in keypaths.
|
||||
compatibility: partial
|
||||
|
||||
key_path_expr_parsed_paths.rel: delete
|
||||
Reference in New Issue
Block a user