|
Ran
|
Jobs
1
|
Files
8
|
Run time
1s
|
Badge
README BADGES
|
push
github
ddl: add exclude_null support for indexes Add exclude_null support for indexes. The option was introduced in Tarantool 2.8.1 [1] for nullable TREE indexes. Since ddl approach is "require explicit fields rather than fill with sane defaults" (for example, one must explicitly set is_nullable for each field), we do not add "if exclude_null=true and is_nullable is not provided, set is_nullable=true" rule from the core Tarantool [1]: we require to explicitly specify both fields, if one wants to use exclude_null features. 1. https://github.com/tarantool/tarantool/commit/17c9c0349 Closes #110
1052 of 1120 relevant lines covered (93.93%)
883.27 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 5378194737.1 | 0 |
93.93 |
GitHub Action Run |