Project

General

Profile

Actions

Bug #17140

closed

be_users

Added by hsyn about 17 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2007-03-21
Due date:
% Done:

0%

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

Description

the field usergroups in the database table be_users is defined as NOT NULL without default value.

so it should not posible to insert a row (user) without defining the value for the field usergroups.

but this is possible in the most enviroments

the field should be definde as NULL able or typo3 should set a value. the actuall behavior is inconsistent.

my enviroment

winXP
apache 2.2
mysql 5

(issue imported from #M5272)

Actions #1

Updated by hsyn about 17 years ago

i figured out that it works if mysql strict_mode is disabled.

Actions #2

Updated by Dmitry Dulepov over 15 years ago

Current definition for this column is:

usergroup varchar(255) DEFAULT '' NOT NULL,

Actions #3

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF