summaryrefslogtreecommitdiff
path: root/drivers/adodb-netezza.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/adodb-netezza.inc.php')
-rw-r--r--drivers/adodb-netezza.inc.php12
1 files changed, 1 insertions, 11 deletions
diff --git a/drivers/adodb-netezza.inc.php b/drivers/adodb-netezza.inc.php
index f56431a6..398472ac 100644
--- a/drivers/adodb-netezza.inc.php
+++ b/drivers/adodb-netezza.inc.php
@@ -1,6 +1,6 @@
<?php
/*
- @version v5.20.10 08-Mar-2018
+ @version v5.21.0-dev ??-???-2016
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
@@ -50,11 +50,6 @@ class ADODB_netezza extends ADODB_postgres64 {
// http://bugs.php.net/bug.php?id=25404
- function __construct()
- {
-
- }
-
function MetaColumns($table,$upper=true)
{
@@ -141,11 +136,6 @@ class ADORecordSet_netezza extends ADORecordSet_postgres64
var $databaseType = "netezza";
var $canSeek = true;
- function __construct($queryID,$mode=false)
- {
- parent::__construct($queryID,$mode);
- }
-
// _initrs modified to disable blob handling
function _initrs()
{