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

SAP / sqlalchemy-hana / 30645514530
96%
main: 95%

Build:
Build:
LAST BUILD BRANCH: renovate/lock-file-maintenance
DEFAULT BRANCH: main
Ran 31 Jul 2026 07:31PM UTC
Jobs 1
Files 23
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

30 Jul 2026 07:24AM UTC coverage: 95.874% (+9.6%) from 86.312%
30645514530

push

github

web-flow
fix: render NOT (...) for negated boolean predicate on SAP HANA (#687)

Fixed negation of a grouped boolean predicate (e.g. ``~or_(...)``,
``~and_(...)`` or ``not_()`` of a grouping) compiling to ``(<predicate>)
= FALSE`` (or ``(<predicate>) = 0`` with ``use_native_boolean=False``),
which SAP HANA rejects with error ``257 ("incorrect syntax near '='")``.
Such implicitly-boolean expressions now render as ``NOT (...)``. Bare
boolean literals and boolean columns keep the explicit ``= TRUE``/``=
FALSE`` (``= 1``/``= 0``) comparison that SAP HANA requires.

27 of 28 new or added lines in 2 files covered. (96.43%)

21 existing lines in 1 file now uncovered.

1882 of 1963 relevant lines covered (95.87%)

0.96 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
95.0
27.95% sqlalchemy_hana/dialect.py

Coverage Regressions

Lines Coverage ∆ File
21
95.0
27.95% sqlalchemy_hana/dialect.py
Jobs
ID Job ID Ran Files Coverage
1 30645514530.1 31 Jul 2026 07:31PM UTC 23
95.87
GitHub Action Run
Source Files on build 30645514530
  • Tree
  • List 23
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #30645514530
  • ea45ede8 on github
  • Prev Build on fix/negated-boolean-predicate (#30474864515)
  • Next Build on renovate/uv-0.x (#30671930862)
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