facebook

JPA column validation fails with escaped names

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #271864 Reply

    Dave S-B
    Member

    The JPA database column validator (which is very cool, btw) marks columns as unresolved if the column name is escaped (i.e. if they are a reserved word etc.).

    So…

    @Column(name=”`Scout Reserves`”, unique=false, nullable=false, insertable=true, updatable=true)

    …throws up an error, even though it is correct.

    #271891 Reply

    Riyad Kalla
    Member

    This looks like a bug, I’ll file it for a dev to look at. Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: JPA column validation fails with escaped names

You must be logged in to post in the forum log in