Project

General

Profile

Actions

Bug #25960

closed

Some DB fields needs to be varchar to support MSSQL

Added by Sonja Schubert about 13 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Category:
Workspaces
Target version:
-
Start date:
2011-04-14
Due date:
% Done:

100%

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

Description

There are some fields in the sys_workspace table, which are of type text at the moment. This is a problem for MSSQL, as MSSQL is not able to compare type text fields in a query like "adminusers = '5'".

Solution is to change the types of these three fields (adminusers, members, reviewers) to varchar(4000). Tested in a MSSQL database and a MySQL database, works for both.

I will attach a patch soon.


Files

_25960.patch (694 Bytes) _25960.patch Sonja Schubert, 2011-04-14 12:08
Actions #2

Updated by Sonja Schubert almost 13 years ago

  • Assignee set to Sonja Schubert

have to be varchar(255)

Actions #3

Updated by Mr. Hudson almost 13 years ago

Patch set 1 of change I98ff366b6857be00ae429bd750817e3329879878 has been pushed to the review server.
It is available at http://review.typo3.org/1971

Actions #4

Updated by Sonja Schubert almost 13 years ago

  • Status changed from New to Under Review
Actions #5

Updated by Mr. Hudson almost 13 years ago

Patch set 2 of change I98ff366b6857be00ae429bd750817e3329879878 has been pushed to the review server.
It is available at http://review.typo3.org/1971

Actions #6

Updated by Sonja Schubert almost 13 years ago

  • Status changed from Under Review to Resolved

Applied in changeset commit:1fa2086a1793a262ba18f1c6801ed09e5ad11a5e.

Actions #7

Updated by Michael Stucki over 10 years ago

  • Category set to Workspaces
Actions #8

Updated by Michael Stucki over 10 years ago

  • Project changed from 624 to TYPO3 Core
  • Category changed from Workspaces to Workspaces
  • Target version deleted (4.5.3)
Actions #9

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF