[otrs-cvs] ITSMChangeManagement/Kernel/System ITSMChange.pm, 1.281, 1.282
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/ITSMChangeManagement/Kernel/System
In directory lancelot:/tmp/cvs-serv7505/Kernel/System
Modified Files:
ITSMChange.pm
Log Message:
Renamed variables for easier understanding.
Author: ub
Index: ITSMChange.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/System/ITSMChange.pm,v
retrieving revision 1.281
retrieving revision 1.282
diff -2 -u -d -r1.281 -r1.282
--- ITSMChange.pm 14 Nov 2012 15:31:22 -0000 1.281
+++ ITSMChange.pm 22 Nov 2012 07:56:11 -0000 1.282
@@ -1787,5 +1787,5 @@
# check if a CLOB field is used in oracle
# Fix/Workaround for ORA-00932: inconsistent datatypes: expected - got CLOB
- my $UsingWildcardsForSpecialFields;
+ my $ForceLikeSearchForSpecialFields;
if (
$Self->{DBType} eq 'oracle'
@@ -1793,9 +1793,9 @@
)
{
- $UsingWildcardsForSpecialFields = 1;
+ $ForceLikeSearchForSpecialFields = 1;
}
- # wildcards are used
- if ( $Param{UsingWildcards} || $UsingWildcardsForSpecialFields ) {
+ # wildcards are used (or LIKE search is forced for some special fields on oracle)
+ if ( $Param{UsingWildcards} || $ForceLikeSearchForSpecialFields ) {
# get like escape string needed for some databases (e.g. oracle)
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log