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

tarantool / tarantool / 13081
100%
master: 88%

Build:
Build:
LAST BUILD BRANCH: ninarodicova/test2
DEFAULT BRANCH: master
Ran 20 Jul 2018 03:04PM UTC
Jobs 1
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

pending completion
13081

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

Jobs
ID Job ID Ran Files Coverage
3 13081.3 (TARGET=coverage) 20 Jul 2018 03:04PM UTC 0
81.35
Travis Job 13081.3
Source Files on build 13081
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #13081
  • a00a128d on github
  • Prev Build on 2.0 (#13080)
  • Next Build on 2.0 (#13085)
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