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

tarantool / tarantool / 30464060637
88%

Build:
DEFAULT BRANCH: master
Ran 29 Jul 2026 03:16PM UTC
Jobs 1
Files 529
Run time 2min
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

29 Jul 2026 03:04PM UTC coverage: 87.841% (+0.02%) from 87.819%
30464060637

push

github

ImeevMA
sql: support `INSERT DEFAULT VALUES` in trigger

This patch adds support for the `INSERT INTO table DEFAULT VALUES`
statement for SQL triggers.

Closes #12969

@TarantoolBot document
Title: Support `INSERT INTO table DEFAULT VALUES` in SQL triggers

SQL triggers now support the INSERT INTO table DEFAULT VALUES statement.
Note that this is primarily a parser change, as prior to this patch,
it was possible to insert default values into all but one column
by inserting into a single column, for example:
```SQL
CREATE TABLE t1(i INT PRIMARY KEY);
CREATE TABLE t2(i INT PRIMARY KEY AUTOINCREMENT, a INT DEFAULT 1,
                b INT DEFAULT 2, c INT DEFAULT 3);
CREATE TRIGGER t1t AFTER INSERT ON t1 FOR EACH ROW BEGIN
    INSERT INTO t2(i) VALUES (NULL); END;
```

72065 of 120917 branches covered (59.6%)

108014 of 122966 relevant lines covered (87.84%)

1388263.96 hits per line

Coverage Regressions

Lines Coverage ∆ File
43
93.7
0.02% src/box/sql/parse.c
4
91.14
-0.12% src/box/box.cc
4
97.15
-0.3% src/lib/msgpuck/msgpuck.h
4
93.31
-1.27% src/lib/swim/swim_io.c
2
89.71
0.06% src/box/xrow.c
1
85.97
0.19% src/box/xlog.c
1
94.16
0.2% src/lib/core/fiber.c
1
90.67
-1.33% src/lib/core/iostream.c
1
98.08
-0.31% src/lib/json/json.c
1
91.68
-0.11% src/lib/swim/swim.c
Jobs
ID Job ID Ran Files Coverage
1 30464060637.1 29 Jul 2026 03:16PM UTC 529
87.84
GitHub Action Run
Source Files on build 30464060637
  • Tree
  • List 529
  • Changed 29
  • Source Changed 0
  • Coverage Changed 29
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 62cb643b on github
  • Prev Build on master (#30432260497)
  • Next Build on master (#30524871918)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc