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

tarantool / tarantool / 8895

Build:
Build:
LAST BUILD BRANCH: mk-index-mvcc-support
DEFAULT BRANCH: master
Ran 28 Jul 2017 04:03PM UTC
Jobs 1
Files 314
Run time 20s
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
8895

push

travis-ci

Gerold103
sql: account DDL changes as 0 or 1

The original SQLite doesn't account DDL changes at all. Such changes
simply do not update the sqlite3_changes() return value. But iproto
clients want to know a result of DDL operation, particularly for
IF [NOT] EXISTS DDL operations.

We cannot return real count of affected tuples, because it depends on
the tarantool version. For example, now DROP TABLE deletes tuples from
_space, _index, _truncate and _trigger. But in the future this set of
system spaces can be changed.

With considering the above remark, lets return always for all DDL
operations either 0, if nothing happened, or 1, if something was
created, deleted or modified.

Closes #2617

54884 of 72577 relevant lines covered (75.62%)

1182479.91 hits per line

Jobs
ID Job ID Ran Files Coverage
4 8895.4 (TARGET=coverage) 28 Jul 2017 04:03PM UTC 0
75.62
Travis Job 8895.4
Source Files on build 8895
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #8895
  • d25bb4ab on github
  • Prev Build on 1.8 (#8841)
  • Next Build on 1.8 (#8898)
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