Project

General

Profile

Actions

Bug #20492

closed

Syntax error in ADOdb PDO-SQLite driver

Added by Michael Staatz almost 15 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2009-05-22
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

There is a Syntax-Error in the actual trunk of typo3 4.3 in adodb-pdo_sqlite.inc.php at Line 146

This is the patch for it:

Index: typo3/sysext/adodb/adodb/drivers/adodb-pdo_sqlite.inc.php ===================================================================
--- typo3/sysext/adodb/adodb/drivers/adodb-pdo_sqlite.inc.php (revision 5476)
+++ typo3/sysext/adodb/adodb/drivers/adodb-pdo_sqlite.inc.php (working copy)
@ -143,7 +143,7 @

// mark newnham
- function MetaColumns($tab,$normalize=true))
+ function MetaColumns($tab,$normalize=true) {
global $ADODB_FETCH_MODE;

(issue imported from #M11169)


Files

0011169.patch (460 Bytes) 0011169.patch Administrator Admin, 2009-05-25 09:07
Actions #1

Updated by Oliver Hader almost 15 years ago

Committed to SVN Trunk (rev. 5493)

Actions

Also available in: Atom PDF