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

typeorm / typeorm / 13336766516

14 Feb 2025 08:16PM UTC coverage: 72.369% (-0.003%) from 72.372%
13336766516

push

github

web-flow
docs: add performance and optimizing (#11068)

8657 of 12650 branches covered (68.43%)

Branch coverage included in aggregate %.

17893 of 24037 relevant lines covered (74.44%)

144030.98 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

66.67
/src/error/PessimisticLockTransactionRequiredError.ts
1
import { TypeORMError } from "./TypeORMError"
27✔
2

3
/**
4
 * Thrown when a transaction is required for the current operation, but there is none open.
5
 */
6
export class PessimisticLockTransactionRequiredError extends TypeORMError {
27✔
7
    constructor() {
8
        super(`An open transaction is required for pessimistic lock.`)
×
9
    }
10
}
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