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

kostafey / ejc-sql
41%

Build:
DEFAULT BRANCH: master
Repo Added 28 Nov 2016 05:32PM UTC
Files 11
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

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • async-connect
  • classpath
  • clojure_java.jdbc_0.7.6
  • devel
  • keywords
  • master
  • new-cache
  • results-ring
  • revert-74-fallback-to-default-babel
  • test
  • test-exp
  • tests
  • v0.1
  • v0.2
  • v0.3
  • v0.3.1
  • v0.3.2
  • v0.3.3

05 Sep 2026 12:16AM UTC coverage: 40.529%. Remained the same
33932449691

push

github

kostafey
Fix line comment detection at the end of SQL and with CRLF

`comments-re` required a trailing bare `\n` after a `--` line comment, so
such a comment was not recognized when it ended the SQL expression or when
lines were terminated with `\r\n`. A comment-only statement then passed the
"contains comments only" filter in `eval-user-sql` and was sent to the
database as a separate query.

Make the trailing line break optional, accept `\r\n` and match the comment
body with an explicit `[^\r\n]*` instead of relying on `$` under `DOTALL`.
`MULTILINE` is not needed anymore, since no anchors are left.

383 of 945 relevant lines covered (40.53%)

4.85 hits per line

Relevant lines Covered
Build:
Build:
945 RELEVANT LINES 383 COVERED LINES
4.85 HITS PER LINE
Source Files on master
  • Tree
  • List 11
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
33932449691 master Fix line comment detection at the end of SQL and with CRLF `comments-re` required a trailing bare `\n` after a `--` line comment, so such a comment was not recognized when it ended the SQL expression or when lines were terminated with `\r\n`. A c... push 05 Sep 2026 12:18AM UTC kostafey github
40.53
33891121866 master Fix line comment detection at the end of SQL and with CRLF `comments-re` required a trailing bare `\n` after a `--` line comment, so such a comment was not recognized when it ended the SQL expression or when lines were terminated with `\r\n`. A c... push 04 Sep 2026 03:45PM UTC Konstantin Sedykh github
40.53
23760447449 master Update Capf performance push 30 Mar 2026 06:18PM UTC kostafey github
40.53
23714880251 master Add basic Capf support push 29 Mar 2026 05:33PM UTC kostafey github
40.53
23710768521 master Fix tests run push 29 Mar 2026 02:05PM UTC kostafey github
40.53
11770350421 master [#191] Fix use of a single statement for a chain of SQL queries push 11 Nov 2024 01:22AM UTC kostafey github
40.84
11766096631 master Add show, drop.d and create.d yasnippets push 10 Nov 2024 02:49PM UTC kostafey github
40.84
11765702703 master Fix test run push 10 Nov 2024 01:50PM UTC kostafey github
40.84
5940966020 master Merge pull request #183 from maxevtushok/org-snippet-improvement ejc-eval-org-snippet should expand noweb references push 22 Aug 2023 03:36PM UTC web-flow github
40.59
5937857787 org-snippet-improvement Merge f3607e347 into d1cbeb228 Pull #183 22 Aug 2023 10:59AM UTC web-flow github
40.59
See All Builds (386)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc