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.32,1.33


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.db_pgsql.inc.php,1.32,1.33
Date: Thu, 13 Mar 2003 12:45:06 -0500

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

Modified Files:
        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.32
retrieving revision 1.33
diff -C2 -r1.32 -r1.33
*** class.db_pgsql.inc.php      28 Sep 2002 20:01:44 -0000      1.32
--- class.db_pgsql.inc.php      13 Mar 2003 17:44:53 -0000      1.33
***************
*** 233,237 ****
                        else
                        {
!                               $Query_String .= ' LIMIT ' . $num_rows . ',' . 
$offset;
                        }
  
--- 233,237 ----
                        else
                        {
!                               $Query_String .= ' LIMIT ' . $num_rows . ' 
OFFSET ' . $offset;
                        }
  





reply via email to

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