Project

General

Profile

Actions

Bug #67707

closed

Invalid SQL Query in LanguageIsoCodeUpdate

Added by Morton Jonuschat almost 9 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Category:
Install Tool
Target version:
Start date:
2015-06-23
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:

Description

The statement SELECT COUNT FROM "sys_language" WHERE "language_isocode" = "" AND "static_lang_isocode" != "" is invalid as it uses double quotes for field values. Double Quotes should be used for identifiers, single quotes for values.

Actions #1

Updated by Morton Jonuschat almost 9 years ago

Additionally `static_lang_isocode` is an integer field

Actions #2

Updated by Gerrit Code Review almost 9 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40575

Actions #3

Updated by Gerrit Code Review almost 9 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40575

Actions #4

Updated by Gerrit Code Review almost 9 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40575

Actions #5

Updated by Susanne Moog almost 9 years ago

  • Category changed from Install Tool to 1601
Actions #6

Updated by Morton Jonuschat almost 9 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #7

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF