phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: phpgwapi/inc class.db_pgsql.inc.php,1.30,1.30.2.


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.db_pgsql.inc.php,1.30,1.30.2.1
Date: Thu, 13 Mar 2003 12:35:30 -0500

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv22421

Modified Files:
      Tag: Version-0_9_14-branch
        class.db_pgsql.inc.php 
Log Message:
fix for pgsql >= 7.3 need separate LIMIT and OFFSET clause, works with 7.2.x too

Index: class.db_pgsql.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.db_pgsql.inc.php,v
retrieving revision 1.30
retrieving revision 1.30.2.1
diff -C2 -r1.30 -r1.30.2.1
*** class.db_pgsql.inc.php      28 Dec 2001 06:02:30 -0000      1.30
--- class.db_pgsql.inc.php      13 Mar 2003 17:35:24 -0000      1.30.2.1
***************
*** 235,239 ****
                        else
                        {
!                               $Query_String .= ' LIMIT ' . $num_rows . ',' . 
$offset;
                        }
  
--- 235,239 ----
                        else
                        {
!                               $Query_String .= ' LIMIT ' . $num_rows . ' 
OFFSET ' . $offset;
                        }
  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]