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

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

Build:
Build:
LAST BUILD BRANCH: release/3.3
DEFAULT BRANCH: master
Ran 20 Jul 2018 03:04PM 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

20 Jul 2018 01:22PM UTC coverage: 81.347% (-0.02%) from 81.363%
TARGET=coverage

push

travis-ci

kyukhin
sql: remove 'BEGIN TRANSACTION'

Previously "BEGIN" / "BEGIN TRANSACTION", "COMMIT TRANSACTION" /
"END" / "END TRANSACTION", "ROLLBACK TRANSACTION" could be used
to handle transactions. By changing these commands syntax in
parser we're aiming on getting closer to ANSI SQL. Also found
initialization in ifdef that caused some problems with error
messages in occasions when the wrong syntax was used.

With the patch applied only following commands can be used:
 - "START TRANSACTION" to begin transaction.
 - "COMMIT" to end transaction.
 - "ROLLBACK" to rollback transaction without savepoints.
 - "ROLLBACK TO .." to rollback transaction to savepoint.

Closes #2164

62685 of 77059 relevant lines covered (81.35%)

3634325.0 hits per line

Source Files on job 13081.3 (TARGET=coverage)
  • Tree
  • List 0
  • Changed 308
  • Source Changed 5
  • Coverage Changed 307
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 11720
  • Travis Job 13081.3
  • a00a128d on github
  • Prev Job for TARGET=coverage on 2.0 (#13080.3)
  • Next Job for TARGET=coverage on 2.0 (#13085.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