[TYPO3-core] RFC #9683: Store OpenID information in database instead of using the filesystem

Ingmar Schlecht ingmar at typo3.org
Thu Nov 26 14:39:47 CET 2009


Dmitry Dulepov schrieb:
> Hello!
> 
> This is SVN patch request.
> 
> Branches: 4.3.1, 4.4

There's no way for this patch to go in between 4.3.0 and 4.3.1 because
it requires database changes.

Either it gets into 4.3.0 or not (which means it will get to trunk and
then 4.4).

Apart from that, the following change seems to be wrong (and there are
more similar comma mistakes later on):

 CREATE TABLE be_users (
-	tx_openid_openid varchar(255) DEFAULT '' NOT NULL
+	tx_openid_openid varchar(255) DEFAULT '' NOT NULL,
 );

cheers
Ingmar


More information about the TYPO3-team-core mailing list