Hotware / Hibernate-Search-GenericJPA

Hibernate-Search with the JPA provider you want
http://hotware.github.io/Hibernate-Search-GenericJPA/
GNU Lesser General Public License v2.1
5 stars 3 forks source link

implement quoting for all generated prodcedures, tables, etc.. #87

Closed s4ke closed 8 years ago

s4ke commented 8 years ago

we cannot do quoting for all the tables created by the JPA provider. If problems related to this arise, users will have to quote the fields in the annotations themselves.

s4ke commented 8 years ago

alternative could be to provide multiple versions of the trigger sources. one that does the quoting, and one that does not.