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

tarantool / tarantool / 30464060637 / 1
88%
master: 88%

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

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

Source Files on job 30464060637.1
  • 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 Build 30464060637
  • 62cb643b on github
  • Prev Job for on master (#30432260497.1)
  • Next Job for on master (#30524871918.1)
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