Hi all,

I am using OpenJPA with PostgreSQL. I have a table where a column has the name of "grant". How can I get the schema creation routine to wrap the column name "grant" in quotes? Changing the column name is doable, but not preferable.

I have tried the brain dead solution of just using: @Column(name = "\"grant\"")

But that results in an error...PersistenceException: column already exists.

Any suggestions?

Regards,
Jason




Reply via email to