Ran
|
Jobs
1
|
Files
479
|
Run time
6min
|
Badge
Embed ▾
README BADGES
|
push
github
sql: forbid non-integer values in datetime The patch forbids using non-integer values in datetime's `:set()` for `year`, `month`, `day`, `hour`, `min`, `sec`, `usec`, `msec`, `nsec` and `tzoffset` keys. `timestamp` can be double, and integer values allowed in timestamp if `nsec`, `usec`, or `msecs` provided. An error will be raised when a value of incorrect type is passed. Fixes #10391 @TarantoolBot document Title: Update types of datetime values passed to SQL's `CAST();` `CAST` can accept only integer values for `year`, `month`, `day`, `hour`, `min`, `sec`, `usec`, `msec`, `nsec` and `tzoffset`. `timestamp` can be integer or double. (cherry picked from commit f57be571b)
63031 of 114317 branches covered (55.14%)
13 of 13 new or added lines in 1 file covered. (100.0%)
46 existing lines in 9 files now uncovered.93920 of 109315 relevant lines covered (85.92%)
2766610.44 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
80.0 |
-2.05% | src/lib/core/clock.c |
2 |
95.4 |
-2.3% | src/histogram.c |
2 |
92.81 |
-1.44% | src/box/vy_point_lookup.c |
2 |
95.67 |
-0.39% | src/box/relay.cc |
2 |
94.81 |
-0.55% | src/box/tuple.c |
3 |
90.71 |
-1.64% | src/lib/salad/mhash.h |
3 |
92.01 |
0.0% | src/box/vinyl.c |
15 |
91.28 |
-2.47% | src/box/memtx_space.c |
16 |
86.57 |
-0.61% | src/box/box.cc |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 10901546901.1 | 479 |
85.92 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|