Ran
|
Jobs
1
|
Files
514
|
Run time
11min
|
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)
68385 of 121651 branches covered (56.21%)
13 of 13 new or added lines in 1 file covered. (100.0%)
26 existing lines in 13 files now uncovered.101069 of 115866 relevant lines covered (87.23%)
2451690.75 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
87.87 |
0.2% | src/box/vy_run.c |
1 |
95.73 |
-0.05% | src/box/iproto.cc |
1 |
97.94 |
-1.02% | src/lib/vclock/vclock.c |
1 |
84.35 |
0.01% | src/box/xlog.c |
1 |
94.86 |
-0.14% | src/box/replication.cc |
2 |
95.79 |
0.0% | src/lib/msgpuck/msgpuck.h |
2 |
95.45 |
-4.55% | src/lib/json/json.h |
2 |
94.11 |
-0.39% | src/lua/fiber.c |
2 |
92.03 |
0.0% | src/box/vinyl.c |
2 |
85.71 |
-9.52% | src/lib/core/tt_sigaction.c |
3 |
94.68 |
-1.6% | src/box/vy_range.c |
4 |
93.31 |
-1.27% | src/lib/swim/swim_io.c |
4 |
93.79 |
-0.37% | src/box/xrow_update_field.c |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 10901548660.1 | 514 |
87.23 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|