[Flow] Does Oracle work with Flow?

Mathias Schreiber mathias at typo3.org
Fri May 31 22:03:37 CEST 2013


Qbus | Axel Wüstemann schrieb:
> ORA-00972: identifier is too long
>
> It seems, that the by flow generated table name is too long.
>
> Is there a solution for it?

You can hint the "real" table name via an ORM annotation in the "main" 
comment of the model class.
@ORM\Table(name="tsf_studio") did the trick for me on SQL Server

cheers
Mattes

-- 
Mattes - This time I come in peace



More information about the Flow mailing list