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

knorm / postgres
99%
master: 99%

Build:
Build:
LAST BUILD BRANCH: renovate/sinon-9.x
DEFAULT BRANCH: master
Repo Added 06 May 2018 01:01PM CUT
Files 2
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 refactor/client
branch: refactor/client
CHANGE BRANCH
x
Reset
  • refactor/client
  • chore/semantic-release
  • feat/json-in-where-clauses
  • feat/json-patching
  • feat/procedural-transactions
  • feat/query-hooks
  • feat/transaction-flags
  • fix/json-parsing-fetched-values
  • fix/release-clients
  • greenkeeper/@knorm/knorm-1.7.2
  • greenkeeper/@knorm/knorm-1.8.0
  • greenkeeper/@knorm/knorm-1.9.0
  • greenkeeper/@knorm/knorm-pin-1.7.0
  • greenkeeper/@knorm/relations-1.3.0
  • greenkeeper/eslint-5.0.0
  • greenkeeper/eslint-5.0.1
  • greenkeeper/initial
  • greenkeeper/knex-0.15.0
  • greenkeeper/knex-0.15.1
  • greenkeeper/nyc-12.0.1
  • greenkeeper/nyc-12.0.2
  • greenkeeper/prettier-1.14.3
  • greenkeeper/sinon-6.0.0
  • greenkeeper/sinon-6.0.1
  • greenkeeper/unexpected-10.39.1
  • master
  • refactor/querying
  • renovate/configure
  • renovate/coveralls-3.x
  • renovate/eslint-5.x
  • renovate/eslint-config-ganintegrity-3.x
  • renovate/knorm-knorm-1.x
  • renovate/knorm-knorm-2.x
  • renovate/knorm-relations-1.x
  • renovate/knorm-relations-2.x
  • renovate/knorm-relations-3.x
  • renovate/major-semantic-release-monorepo
  • renovate/mocha-6.x
  • renovate/mocha-7.x
  • renovate/npm-run-all-4.x
  • renovate/nyc-13.x
  • renovate/nyc-14.x
  • renovate/nyc-15.x
  • renovate/pg-7.x
  • renovate/pg-8.x
  • renovate/pin-dependencies
  • renovate/prettier-1.x
  • renovate/semantic-release-monorepo
  • renovate/sinon-6.x
  • renovate/sinon-7.x
  • renovate/sinon-8.x
  • renovate/sinon-9.x
  • renovate/unexpected-10.x
  • renovate/unexpected-11.x
  • renovate/unexpected-knex-1.x
  • renovate/unexpected-knex-2.x
  • renovate/unexpected-sinon-10.x
  • v1.0.0
  • v1.0.1
  • v1.1.0
  • v1.1.1
  • v1.1.2
  • v1.2.0
  • v1.2.1
  • v1.2.2
  • v1.3.0

pending completion
40

push

travis-ci

joelmukuthu
fix: fix inadvertent sharing of clients

observed with:

```js
class Foo extends Model {
  async validate() {
    await super.validate();
    await Foo.fetch(); // this would share the client acquired by insert
  }
}

Foo.insert(); // trigger the bug

```

61 of 62 branches covered (98.39%)

Branch coverage included in aggregate %.

135 of 136 relevant lines covered (99.26%)

30.92 hits per line

Relevant lines Covered
Build:
Build:
136 RELEVANT LINES 135 COVERED LINES
30.92 HITS PER LINE
Source Files on refactor/client
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/LineBranch HitsBranch Misses
No data available in table
Showing 0 to 0 of 0 entries
  • Previous
  • Next

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
40 refactor/client fix: fix inadvertent sharing of clients observed with: ```js class Foo extends Model { async validate() { await super.validate(); await Foo.fetch(); // this would share the client acquired by insert } } Foo.insert(); // trigger the ... push 25 May 2018 11:35PM CUT joelmukuthu travis-ci pending completion  
See All Builds (690)
  • Repo on GitHub
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