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

tarantool / tarantool / 12350 / 3
100%
master: 88%

Build:
Build:
LAST BUILD BRANCH: fmt-util-2
DEFAULT BRANCH: master
Ran 01 Jun 2018 03:15PM UTC
Files 353
Run time 1min
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

01 Jun 2018 02:57PM UTC coverage: 81.198% (-0.01%) from 81.211%
TARGET=coverage

push

travis-ci

kyukhin
sql: remove Table lookup from ColumnsFromExprList

sqlite3ColumnsFromExprList doesn't assume that hash contains table to be
examined. Thus, assert(table != NULL) after table lookup fails for
temporary (or in other words ephemeral) objects, e.g. see sqlite_sq_...
tables. In fact, this lookup is needed only when iColumn member of
struct Expr is less than zero. On the other hand, Expr->iColumn < 0 only
for rowid (according to comments in source code) columns:
"Expr.iColumn The column index in X.Y.  -1 for the rowid."
As far as we don't have rowid anymore, remove table lookup and add
assert testing iColumn to be greater or equal to zero.

Closes #3440

61630 of 75901 relevant lines covered (81.2%)

1475247.32 hits per line

Source Files on job 12350.3 (TARGET=coverage)
  • Tree
  • List 0
  • Changed 304
  • Source Changed 1
  • Coverage Changed 304
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 11268
  • Travis Job 12350.3
  • 4a6c04af on github
  • Prev Job for TARGET=coverage on 2.0 (#12334.3)
  • Next Job for TARGET=coverage on 2.0 (#12468.3)
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