[otrs-cvs] otrs/Kernel/System/DB oracle.pm,1.69,1.70
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/Kernel/System/DB
In directory lancelot:/tmp/cvs-serv532/Kernel/System/DB
Modified Files:
oracle.pm
Log Message:
Implemented rownum (limit) for oracle database. Removed unused 'fetch' condition. Untested yet.
Author: des
Index: oracle.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/DB/oracle.pm,v
retrieving revision 1.69
retrieving revision 1.70
diff -2 -u -d -r1.69 -r1.70
--- oracle.pm 20 Nov 2012 15:45:43 -0000 1.69
+++ oracle.pm 4 Dec 2012 13:15:43 -0000 1.70
@@ -32,5 +32,5 @@
# db settings
- $Self->{'DB::Limit'} = 0;
+ $Self->{'DB::Limit'} = 'rownum';
$Self->{'DB::DirectBlob'} = 0;
$Self->{'DB::QuoteSingle'} = '\'';
---------------------------------------------------------------------
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