I'm very impressed. Great job, Chris!
I pointed the recipe to Oracle 9i. The Recipes class spits the following error message,
select this_.id as id1_1_, this_.date as date1_1_, this_.description as descript3_1_1_, this_.title as title1_1_, this_.category_id as category5_1_1_, category2_.id as id0_0_, category2_.name as name0_0_ from Recipe this_ left outer join Category category2_ on this_.category_id=category2_.id
ORA-01747: invalid user.table.column, table.column, or column specification
If I put double quote on "date", the ORA-01747 is gone.
So is there an easy way to get rid of this issue with "trails"?
-y |