Project

General

Profile

Actions

Bug #48778

closed

invalid SQL in 6.1.1 database update

Added by Christian Boltz almost 11 years ago. Updated almost 11 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2013-06-02
Due date:
% Done:

0%

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

Description

The install tool of Typo3 6.1.1 proposes

Add tables

CREATE TABLE ( ( categories int(11) NOT NULL default '0' );

which is invalid SQL and obviously returns in "You have an error in your SQL syntax;". (To make it clear: There should be a table name after "CREATE TABLE", and one of the "(" is overmuch.)

The install tool from 6.1.0 doesn't propose this broken query.

I only changed the typo3_src symlink, everything else is unchanged, so this is probably a regression introduced between 6.1.0 and 6.1.1.

Actions #1

Updated by Wouter Wolters almost 11 years ago

  • Status changed from New to Rejected

Thanks for the report, however this is already reported in #48381 and a patch is pending in the review-system.

Actions

Also available in: Atom PDF