jaxio / celerio

Celerio is a code generator tool for data-driven application.
Apache License 2.0
80 stars 35 forks source link

Same table name in different schemas #6

Closed sergiofm closed 7 years ago

sergiofm commented 7 years ago

Hi again. Now we have the case where exists two tables with the same name in different schemas and we are generating the code for all schemas. In this case, only one table came to metadata.xml and consequently only one have code generated. We already changed the templates we're using to separete classes in differente packages per schema to avoid problems with same class name. Is there any configuration we can do for this case, is this issue?

Thanks again

nromanetti commented 7 years ago

No this is a current limitation... I'll try to work on it though, I may release snapshots and ask you to test them...

sergiofm commented 7 years ago

I'll be glad to test it out! If you guide me, I can try to work on this limitation too.

nromanetti commented 7 years ago

fixed in Celerio 4.0.22 http://www.jaxio.com/documentation/celerio/changelog.html Thanks for reporting/testing it 👍