When creating a table in Grails, I used "password" as a column name, then when connecting to Oracle and try to create table for the first time, I got the following error:
java.sql.SQLException: Table not found in statement [...
After searching online and randomly trying to fix it, I finally come to change the column name to "myPassword", and it worked. I could only wish the error message could be more helpful.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment