Project

General

Profile

Actions

Bug #45826

closed

Problem with typo3\sysext\core\Classes\Resource\FileRepository.php and PostgreSQL

Added by Gerald Buttinger about 11 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2013-02-25
Due date:
% Done:

100%

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

Description

in file typo3\sysext\core\Classes\Resource\FileRepository.php line 154 looks like this:

sprintf('storage=%u AND identifier LIKE "%s" AND NOT identifier LIKE "%s"',

since strings must be encapsulated with single quotes - and not double quotes - in postgres, this line should look like this:

sprintf("storage=%u AND identifier LIKE '%s' AND NOT identifier LIKE '%s'",

Files

45826.diff (1.03 KB) 45826.diff Dmitry Dulepov, 2013-02-27 07:59
Actions #1

Updated by Gerrit Code Review about 11 years ago

Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18475

Actions #2

Updated by Gerrit Code Review about 11 years ago

Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/18476

Actions #3

Updated by Dmitry Dulepov about 11 years ago

Patch attached.

Actions #4

Updated by Gerrit Code Review about 11 years ago

Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18531

Actions #5

Updated by Gerrit Code Review about 11 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18475

Actions #6

Updated by Gerrit Code Review about 11 years ago

Patch set 2 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/18476

Actions #7

Updated by Oliver Hader about 11 years ago

  • Project changed from 329 to TYPO3 Core
  • Status changed from New to Under Review
Actions #8

Updated by Oliver Hader about 11 years ago

  • Category set to File Abstraction Layer (FAL)
  • Target version set to 6.0.3
  • PHP Version set to 5.3
Actions #9

Updated by Michael Stucki about 11 years ago

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

Updated by Gerald Buttinger about 11 years ago

many thanks!

Actions #11

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF