[Flow] Does Oracle work with Flow?
Qbus | Axel Wüstemann
awu at qbus.de
Mon Jun 3 22:46:09 CEST 2013
Am 31.05.2013 22:03, schrieb Mathias Schreiber:
> 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
>
This does not help, because the error comes with the typo3 flow party
domain:
typo3_party_domain_model_perso_dcb6c_electronicaddresses_join
Is the a place where I can set the length for oracle tables in doctrine?
More information about the Flow
mailing list