()
| 454 | |
| 455 | export class DistinctRequiresSelectError extends QueryCompilationError { |
| 456 | constructor() { |
| 457 | super(`DISTINCT requires a SELECT clause.`) |
| 458 | } |
| 459 | } |
| 460 | |
| 461 | export class FnSelectWithGroupByError extends QueryCompilationError { |
nothing calls this directly
no outgoing calls
no test coverage detected