@fxjs/orm
Advanced tools
Comparing version 1.5.1 to 1.5.2
@@ -849,2 +849,4 @@ /// <reference path="./orm_mirror/sql-query.d.ts" /> | ||
export function like(value: string): sqlquery.Comparator; | ||
export function not_like(value: string): sqlquery.Comparator; | ||
export function not_in(value: string): sqlquery.Comparator; | ||
export function between(a: number, b: number): sqlquery.Comparator; | ||
@@ -851,0 +853,0 @@ export function not_between(a: number, b: number): sqlquery.Comparator; |
v1.5.1 / 2018-11-04 | ||
v1.5.2 / 2018-11-04 | ||
================== | ||
@@ -7,2 +7,8 @@ | ||
v1.5.1 / 2018-11-04 | ||
=================== | ||
* Release v1.5.1 | ||
* typo fix | ||
v1.5.0 / 2018-11-03 | ||
@@ -9,0 +15,0 @@ =================== |
{ | ||
"name": "@fxjs/orm", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "Object Relational Mapping for fibjs", | ||
@@ -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
268177
6605