Hi!

I have an issue when I updated from 3.11.10 to 3.13.2.

We are using jOOQ for generating source code in the following way:
*) Reverse engineer a postgres database to an information schema 
(XMLDatabase using XMLGenerator)
*) Generate Java&scala classes from this information schema (using 
XMLDatabase as source)

We are using views in our database.

With 3.11.10 the views where just represented as table structure without 
its source which was fine for our purpose.
The view source was added beginning this year (I think Issue #9805).

The problem is that the view source is not escaped for XML when generated 
via XMLGenerator.

The XML Parser when generating the java classes later (of course) stumbles 
because there are not-allowed characters in the content (e.g. "<" when 
comparing values within the view source).

Is there any way to work around that or is there another better approach I 
miss to see? Of course we want to keep the information schema as an 
artifact in our build.

Thanks and cheers,
 Hansi

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jooq-user/39ff0c98-c80a-4306-babc-6423573fce50o%40googlegroups.com.

Reply via email to