mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-07 22:03:42 -06:00
.Tsql
git-svn-id: svn://ultimatepp.org/upp/trunk@2415 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
8780f70139
commit
4cfa0be5b0
1 changed files with 1 additions and 1 deletions
|
|
@ -659,7 +659,7 @@ SqlBool GetTextRange(const String& s1, const String& s2, const SqlVal& exp)
|
|||
if(IsNull(s1) || IsNull(s2)) // just one - use as template
|
||||
return LikeSmartWild(exp, s1 + s2);
|
||||
// return Between(GetCsAsciiVal(exp), GetCsAsciiVal(s1), GetCsAsciiVal(s2 + "ŽŽ"));
|
||||
return Between(Upper(exp), Upper(s1), Upper(s2 + "ŽŽ"));
|
||||
return Between(UpperAscii(exp), Upper(s1), Upper(s2 + "ZZ"));
|
||||
}
|
||||
|
||||
static const double above = 1 + 1e-9, below = 1 - 1e-9;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue