Actions
Bug #20492
closedSyntax error in ADOdb PDO-SQLite driver
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
Actions