Repo Added
|
Files
9
|
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
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|