Project

General

Profile

Actions

Bug #26624

closed

Query for workspace stages in Tx_Workspaces_Service_Stages->getStagesForWS() quotes values in a way that's incompatible with DBAL and Oracle

Added by Lucas Thurston about 13 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Workspaces
Target version:
-
Start date:
2011-05-05
Due date:
% Done:

0%

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

Description

The call $GLOBALS['TYPO3_DB']->exec_SELECTgetRows() that fetches the workspace stages wraps double quotes around a value in the WHERE clause. DBAL fails to convert this to valid Oracle SQL, so, for instance, the custom stages don't appear in the "Choose action" select menu at the bottom of the Workspaces module.

By changing these to single quotes, the query works as expected.

I have a patch and will submit to Gerrit presently.

Actions #1

Updated by Lucas Thurston about 13 years ago

Holy cow! This has already been fixed! Disregard, and thank you!

Actions #2

Updated by Oliver Hader about 13 years ago

  • Status changed from New to Resolved
  • TYPO3 Version set to 4.5

Thanks for your feedback. Thus I'm setting this issue to be resolved.

Actions #3

Updated by Michael Stucki over 10 years ago

  • Category changed from Bugs to Workspaces
Actions #4

Updated by Michael Stucki over 10 years ago

  • Project changed from 624 to TYPO3 Core
  • Category changed from Workspaces to Workspaces
Actions #5

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF