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

typeorm / typeorm / 12837043959

17 Jan 2025 09:20PM UTC coverage: 72.343% (-0.02%) from 72.359%
12837043959

Pull #11249

github

web-flow
Merge 80fb8699a into 9d1d3f100
Pull Request #11249: docs: fix missing DataSource in migrations config

8655 of 12649 branches covered (68.42%)

Branch coverage included in aggregate %.

17873 of 24021 relevant lines covered (74.41%)

122689.2 hits per line

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

66.67
/src/error/ReturningStatementNotSupportedError.ts
1
import { TypeORMError } from "./TypeORMError"
18✔
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 {
18✔
8
    constructor() {
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

© 2025 Coveralls, Inc