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

ledgersmb / LedgerSMB / 6320
11%
master: 63%

Build:
Build:
LAST BUILD BRANCH: 1.12
DEFAULT BRANCH: master
Ran 10 Mar 2018 10:26PM UTC
Jobs 1
Files 184
Run time 10s
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
6320

Pull #3476

travis-ci

web-flow
* Solve the running balance being incorrectly calculated

Note how PostgreSQL documents running window functions over the
virtual table being the result of WHERE, GROUP BY and HAVING processing
and note that that list excludes ORDER BY processing.  In order
to make sure we run the balance function over the same order
as is the result of the final query, we must include the same
ORDER BY condition in the window function.

Also note that a window function runs over the _current row *and* its
equivalents as considered under ORDER BY_ which is why we include
'ac.entry_id' in the order function: it's guaranteed to be unique.
Pull Request #3476: * Solve the running balance being incorrectly calculated

1520 of 13851 relevant lines covered (10.97%)

5.38 hits per line

Jobs
ID Job ID Ran Files Coverage
4 6320.4 (COVERAGE=1) 10 Mar 2018 10:26PM UTC 0
10.97
Travis Job 6320.4
Source Files on build 6320
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #6320
  • Pull Request #3476
  • PR Base - 1.4 (#6199)
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

© 2025 Coveralls, Inc