Skip to main content
Module

x/typeorm/src/error/LimitOnUpdateNotSupportedError.ts

Forked from https://github.com/typeorm/typeorm
Latest
import * as typeorm from "https://deno.land/x/typeorm@v0.2.23-rc10/src/error/LimitOnUpdateNotSupportedError.ts";

Classes

Thrown when user tries to build an UPDATE query with LIMIT but the database does not support it.