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

Also available in: Atom PDF