@spinajs/orm
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -1,2 +0,2 @@ | ||
import { SORT_ORDER } from './enums'; | ||
import { SORT_ORDER, WhereBoolean } from './enums'; | ||
import { IQueryStatement } from './statements'; | ||
@@ -85,2 +85,3 @@ import { WhereFunction } from './types'; | ||
Statements: IQueryStatement[]; | ||
Op: WhereBoolean; | ||
where(column: string | boolean | {} | WhereFunction, operator?: any, value?: any): this; | ||
@@ -87,0 +88,0 @@ orWhere(column: string | boolean | {} | WhereFunction, operator?: any, value?: any): this; |
{ | ||
"name": "@spinajs/orm", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "SpinaJS Orm module", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
99056
1237