@spinajs/orm
Advanced tools
Comparing version 2.0.73 to 2.0.74
@@ -277,12 +277,12 @@ import { Container, Constructor, IContainer } from '@spinajs/di'; | ||
protected _column: string[]; | ||
protected _parent: InsertQueryBuilder; | ||
protected _parent: QueryBuilder; | ||
protected _columnsToUpdate: Array<string | RawQuery>; | ||
protected _container: IContainer; | ||
constructor(container: IContainer, insertQueryBuilder: InsertQueryBuilder, column?: string | string[]); | ||
constructor(container: IContainer, insertQueryBuilder: QueryBuilder, column?: string | string[]); | ||
getColumn(): string[]; | ||
getColumnsToUpdate(): (string | RawQuery)[]; | ||
getParent(): InsertQueryBuilder; | ||
getParent(): QueryBuilder<any>; | ||
update(columns: string[] | RawQuery[]): this; | ||
then<TResult1, TResult2 = never>(onfulfilled?: (value: any) => TResult1 | PromiseLike<TResult1>, onrejected?: (reason: any) => TResult2 | PromiseLike<TResult2>): PromiseLike<TResult1 | TResult2>; | ||
toDB(): ICompilerOutput; | ||
toDB(): ICompilerOutput | ICompilerOutput[]; | ||
} | ||
@@ -289,0 +289,0 @@ export declare class UpdateQueryBuilder<T> extends QueryBuilder<IUpdateResult> { |
@@ -840,3 +840,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
NewInstance(), | ||
__metadata("design:paramtypes", [Object, InsertQueryBuilder, Object]) | ||
__metadata("design:paramtypes", [Object, QueryBuilder, Object]) | ||
], OnDuplicateQueryBuilder); | ||
@@ -843,0 +843,0 @@ export { OnDuplicateQueryBuilder }; |
{ | ||
"name": "@spinajs/orm", | ||
"version": "2.0.73", | ||
"version": "2.0.74", | ||
"description": "framework orm module", | ||
@@ -52,7 +52,7 @@ "exports": "./lib/index.js", | ||
"dependencies": { | ||
"@spinajs/configuration": "^2.0.73", | ||
"@spinajs/di": "^2.0.73", | ||
"@spinajs/exceptions": "^2.0.73", | ||
"@spinajs/log": "^2.0.73", | ||
"@spinajs/reflection": "^2.0.73", | ||
"@spinajs/configuration": "^2.0.74", | ||
"@spinajs/di": "^2.0.74", | ||
"@spinajs/exceptions": "^2.0.74", | ||
"@spinajs/log": "^2.0.74", | ||
"@spinajs/reflection": "^2.0.74", | ||
"glob": "^8.1.0", | ||
@@ -59,0 +59,0 @@ "lodash": "^4.17.21", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
483729
Updated@spinajs/di@^2.0.74
Updated@spinajs/exceptions@^2.0.74
Updated@spinajs/log@^2.0.74
Updated@spinajs/reflection@^2.0.74