mirror of
https://github.com/github/codeql.git
synced 2026-08-05 18:03:27 +02:00
Adds up- and downgrade scripts for the support for type parameter defaults. In the upgrade direction we do nothing, matching the behaviour of `getDefault` not having a result for old databases. In the downgrade direction, we explicitly remove the relevant child (via the `py_exprs` database relation) for `TypeVar`, `TypeVarTuple`, and `ParamSpec` parameters.
4 lines
154 B
Properties
4 lines
154 B
Properties
description: Remove support for type parameter defaults.
|
|
compatibility: backwards
|
|
py_exprs.rel: run py_exprs.qlo py_exprs_without_type_parameter_defaults
|