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

tarantool / tarantool / 12350
100%
master: 88%

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

pending completion
12350

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

Jobs
ID Job ID Ran Files Coverage
3 12350.3 (TARGET=coverage) 01 Jun 2018 03:15PM UTC 0
81.2
Travis Job 12350.3
Source Files on build 12350
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #12350
  • 4a6c04af on github
  • Prev Build on 2.0 (#12334)
  • Next Build on 2.0 (#12468)
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