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

typeorm / typeorm / 12875166623

20 Jan 2025 08:20PM UTC coverage: 72.36% (-0.006%) from 72.366%
12875166623

push

github

web-flow
docs: Update select-query-builder.md (#10763)

Crystal Maiden, not Cristal.

8656 of 12650 branches covered (68.43%)

Branch coverage included in aggregate %.

17893 of 24040 relevant lines covered (74.43%)

122461.43 hits per line

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

66.67
/src/error/LockNotSupportedOnGivenDriverError.ts
1
import { TypeORMError } from "./TypeORMError"
9✔
2

3
/**
4
 * Thrown when selected sql driver does not supports locking.
5
 */
6
export class LockNotSupportedOnGivenDriverError extends TypeORMError {
9✔
7
    constructor() {
8
        super(`Locking not supported on given driver.`)
×
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

© 2025 Coveralls, Inc