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

tarantool / tarantool / 27990098771
88%

Build:
DEFAULT BRANCH: master
Ran 22 Jun 2026 11:19PM UTC
Jobs 1
Files 525
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

22 Jun 2026 11:06PM UTC coverage: 87.684% (-0.001%) from 87.685%
27990098771

push

github

Gerold103
sql: fix duplicate column error for a select

This patch fixes duplicate column error for a SELECT.

Prior to this patch:
```
tarantool> box.execute([[SELECT * FROM (SELECT 1 as a, 2 as a);]])
---
- metadata:
  - name: a
    type: integer
  - name: a
    type: integer
  rows:
  - [1, 1]
...
```
After this patch:
```
tarantool> box.execute([[SELECT * FROM (SELECT 1 as a, 2 as a);]])
---
- null
- 'ambiguous column name: a'
...
```
Closes #12337

NO_DOC=bugfix

70826 of 119092 branches covered (59.47%)

12 of 12 new or added lines in 1 file covered. (100.0%)

22 existing lines in 15 files now uncovered.

106499 of 121458 relevant lines covered (87.68%)

1369841.96 hits per line

Coverage Regressions

Lines Coverage ∆ File
3
96.32
-0.53% src/box/relay.cc
2
90.79
-0.06% src/box/box.cc
2
92.78
0.0% src/box/vinyl.c
2
93.81
-0.41% src/box/xrow_update_field.c
2
81.38
-0.6% src/lib/core/coio.c
2
95.45
-4.55% src/lib/json/json.h
1
88.96
-0.61% src/box/engine.c
1
96.88
-1.56% src/box/engine.h
1
90.3
-0.08% src/box/vy_log.c
1
95.74
-0.53% src/box/vy_range.c
1
80.0
-2.05% src/lib/core/clock.c
1
60.42
-0.69% src/lib/core/fio.c
1
95.4
-1.15% src/lib/core/histogram.c
1
96.1
-0.05% src/lib/salad/bps_tree.h
1
89.39
-1.52% src/lib/small/small/lsregion.c
Jobs
ID Job ID Ran Files Coverage
1 27990098771.1 22 Jun 2026 11:19PM UTC 525
87.68
GitHub Action Run
Source Files on build 27990098771
  • Tree
  • List 525
  • Changed 32
  • Source Changed 0
  • Coverage Changed 32
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • fd205ac6 on github
  • Prev Build on master (#27984343472)
  • Next Build on master (#28157651138)
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