Hi all,

While working on a solution that involves bringing existing tables from a
postgresql database into the entity group and model definitions, I noticed
that some of the column definitions were not acceptable by OFBiz and thus
entities would not get created in the underlying OFBiz database.

I found in ModelEntityChecker.java has a list of reserved words, including
words like:

   - password
   - database
   - type

Many of the words listed there are not reserved according to [1]

Does anyone know where these reserved words came from and when they got
into the java file?
It seems to me that a big brush was used to get to the list, and not much
consideration was given to the context (variations in database
applicability).

What are your thoughts on correcting this?


https://www.postgresql.org/docs/8.1/sql-keywords-appendix.html

Best regards,
Pierre Smits

ORRTIZ.COM <http://www.orrtiz.com>
OFBiz based solutions & services

Reply via email to