• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tarantool / tarantool / 6782698616
88%

Build:
DEFAULT BRANCH: master
Ran 07 Nov 2023 09:55AM UTC
Jobs 1
Files 507
Run time 53s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

07 Nov 2023 09:46AM UTC coverage: 86.401% (-0.02%) from 86.421%
6782698616

push

github

igormunkin
sql: introduce function default values

This patch replaces the SQL mechanism for setting expression default
values with the BOX mechanism.

Closes #8793

@TarantoolBot document
Title: field default value in SQL

SQL now uses the default mechanism for BOX fields. The main difference
visible to the user is that now all NULL values explicitly inserted into
a field with a default value will be replaced with a default value,
which is different from the original SQL behavior. Additionally, default
values are now inserted instead of NULL after the SQL BEFORE INSERT
trigger but before the BOX BEFORE INSERT trigger. Previously,
SQL default values were inserted before the SQL BEFORE INSERT trigger.

65699 of 118215 branches covered (0.0%)

51 of 52 new or added lines in 5 files covered. (98.08%)

293 existing lines in 24 files now uncovered.

97695 of 113071 relevant lines covered (86.4%)

2667014.66 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6782698616.1 07 Nov 2023 09:55AM UTC 0
86.4
GitHub Action Run
Source Files on build 6782698616
Detailed source file information is not available for this build.
  • Back to Repo
  • 6cb86dc1 on github
  • Prev Build on master (#6745927655)
  • Next Build on master (#6784210898)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc