Project

General

Profile

Actions

Bug #67704

closed

value too long for type character varying(150)

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

Status:
Closed
Priority:
Must have
Category:
Extension Manager
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

ERROR:  value too long for type character varying(150)
STATEMENT:  INSERT INTO "tx_extensionmanager_domain_model_extension" 
                    (
                        "extension_key",
                        "version",
                        "integer_version",
                        "current_version",
                        "alldownloadcounter",
                        "downloadcounter",
                        "title",
                        "ownerusername",
                        "author_name",
                        "author_email",
                        "authorcompany",
                        "last_updated",
                        "md5hash",
                        "repository",
                        "state",
                        "review_state",
                        "category" 
                    ) VALUES (
                        'flowtion',
                        '5.0.0',
                        '5000000',
                        '0',
                        '185',
                        '2',
                        'Flowtion',
                        'flowtion',
                        'Jasmin Hauer, Veronika Heine, Stefan Rummerstorfer, Kathrin Missler, Philipp Thewanger, Daniel Zeilbauer, Andrea Holl, Stephanie Hager, Robert Hellwagner, Stefanie Pilz, Michael Sauter, Carina Schwarz, Markus Toeroek',
                        '',
                        '',
                        '1278014647',
                        '2895d978a242e84f24b38583446c0d6b',
                        '1',
                        '1',
                        '0',
                        '3'
                    )

Error occurs with PostgreSQL, silent truncation happens on MySQL


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #83986: Streamline size of all email fields at the database schemaClosed2018-02-20

Actions
Actions #1

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/40566

Actions #2

Updated by Morton Jonuschat almost 9 years ago

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

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions #4

Updated by Guido S. about 6 years ago

  • Related to Task #83986: Streamline size of all email fields at the database schema added
Actions

Also available in: Atom PDF