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

typeorm / typeorm / 14093537090

26 Mar 2025 09:10PM UTC coverage: 72.108% (-0.3%) from 72.384%
14093537090

push

github

web-flow
build: improve test workflow (#11361)

8649 of 12641 branches covered (68.42%)

Branch coverage included in aggregate %.

5 of 5 new or added lines in 1 file covered. (100.0%)

19 existing lines in 12 files now uncovered.

17602 of 23764 relevant lines covered (74.07%)

161388.77 hits per line

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

0.0
/src/error/LimitOnUpdateNotSupportedError.ts
1
import { TypeORMError } from "./TypeORMError"
2

3
/**
4
 * Thrown when user tries to build a query with RETURNING / OUTPUT statement,
5
 * but used database does not support it.
6
 */
7
export class ReturningStatementNotSupportedError extends TypeORMError {
8
    constructor() {
UNCOV
9
        super(
×
10
            `OUTPUT or RETURNING clause only supported by Microsoft SQL Server or PostgreSQL or MariaDB databases.`,
11
        )
12
    }
13
}
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