See Release Notes
Long Term Support Release
Differences Between: [Versions 39 and 311] [Versions 39 and 400] [Versions 39 and 401] [Versions 39 and 402] [Versions 39 and 403]
1 <?php 2 /* 3 @version v5.20.16 12-Jan-2020 4 @copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved. 5 @copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community 6 Released under both BSD license and Lesser GPL library license. 7 Whenever there is any discrepancy between the two licenses, 8 the BSD license will take precedence. 9 Set tabs to 4. 10 11 Postgres9 support. 12 */ 13 14 // security - hide paths 15 if (!defined('ADODB_DIR')) die(); 16 17 include_once(ADODB_DIR."/drivers/adodb-postgres8.inc.php"); 18 19 class ADODB_postgres9 extends ADODB_postgres8 20 { 21 var $databaseType = 'postgres9'; 22 } 23 24 class ADORecordSet_postgres9 extends ADORecordSet_postgres8 25 { 26 var $databaseType = "postgres9"; 27 } 28 29 class ADORecordSet_assoc_postgres9 extends ADORecordSet_assoc_postgres8 30 { 31 var $databaseType = "postgres9"; 32 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body