ZF-12079: LastSequenceId problem with sequence name more than 30 chars with oracle
Description
Oracle 10g accept only sequences name with size 30 chars. When we have more than it, the method LastSequenceId don't get an substring 30
Example: My table: menu_categorias My primary key: idcategoria Sequence created by LastSequenceId: menu_categorias_idcategoria_seq Real name of the sequence in oracle: menu_categorias_idcategoria_se (missing "q")
Comments
No comments to display