[Flow] Oracle Sequence Query > Bug?
Christian Jul Jensen
julle at typo3.org
Wed Oct 16 10:48:01 CEST 2013
Hi Axel,
I haven't used Oracle as a backend, but these things are handled by
Doctrine, so must likely this is an issue or bug with Doctrine. Maybe
asking in of their lists will give you better feedback.
-julle
On 8. okt. 12.51, Axel Wüstemann wrote:
> I'm jus t looking for a solution on that. Is there probably anybody
> having any hint on it?
>
> Thanks
> Axel
>
> Am 02.10.2013 17:18, schrieb Axel Wüstemann:
>> Hello,
>>
>> when I try to add an object to the repository I get:
>>
>> SELECT FSR_ANLANDEHAFEN_ID_seq.nextval FROM DUAL
>> ORA-02289: sequence does not exist
>>
>> I figured out, that the correct syntax is:
>>
>> SELECT "FSR_ANLANDEHAFEN_ID_seq".nextval FROM DUAL
>>
>> If I implement the add function of the repository for myself with an sql
>> insert statement, all works as it should.
>>
>> Maybe this is a bug?
>>
>> Regards
>> Axel
>> _______________________________________________
>> Flow mailing list
>> Flow at lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow
>
>
--
Christian Jul Jensen
julle at typo3.org
TYPO3 - Inspiring people to share!
http://typo3.org
More information about the Flow
mailing list