Comparing version 1.1.12 to 1.1.13
@@ -31,1 +31,5 @@ | ||
- fix less_then -> less_than | ||
1.1.13 / 2017-7-24 | ||
================== | ||
- [bugfix]condition like 查询中文 |
@@ -118,3 +118,3 @@ 'use strict'; | ||
{ | ||
return ` ${alias?alias+'.':''}${t.map} LIKE '${value}' `; | ||
return ` ${alias?alias+'.':''}${t.map} LIKE ${this.adapter.type_cast(value, t.type)} `; | ||
} | ||
@@ -121,0 +121,0 @@ else |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -52,3 +52,3 @@ { | ||
}, | ||
"version": "1.1.12" | ||
"version": "1.1.13" | ||
} |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ |
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
234330