diff options
| author | Damien Regad <dregad@mantisbt.org> | 2023-04-30 01:00:55 +0200 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2023-04-30 01:00:55 +0200 |
| commit | ae2438b731d24bf0bb159a738599b9266120e96e (patch) | |
| tree | 356f49f75db5090487707348eea1307dc8e5bcdf /drivers/adodb-sqlite3.inc.php | |
| parent | aef9e9459712c9da90e9d83f1f4e7b8f21245a56 (diff) | |
| download | adodb-ae2438b731d24bf0bb159a738599b9266120e96e.tar.gz adodb-ae2438b731d24bf0bb159a738599b9266120e96e.tar.bz2 adodb-ae2438b731d24bf0bb159a738599b9266120e96e.zip | |
Define ADOConnection::_query() method
- Update child classes to be consistent with this declaration.
- Remove unnecessary, non-PHPDoc comments
- Consistent parameter names
Fixes #966
Diffstat (limited to 'drivers/adodb-sqlite3.inc.php')
| -rw-r--r-- | drivers/adodb-sqlite3.inc.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/adodb-sqlite3.inc.php b/drivers/adodb-sqlite3.inc.php index 318171a8..7623a3c8 100644 --- a/drivers/adodb-sqlite3.inc.php +++ b/drivers/adodb-sqlite3.inc.php @@ -331,7 +331,6 @@ class ADODB_sqlite3 extends ADOConnection { return $this->_connect($argHostname, $argUsername, $argPassword, $argDatabasename); } - // returns query ID if successful, otherwise false function _query($sql,$inputarr=false) { $rez = $this->_connectionID->query($sql); |
