jaxio / celerio-angular-quickstart

Generate an Angular 5 CRUD application from an existing database schema (we provide a sample one)
Apache License 2.0
479 stars 138 forks source link

oracle issue #47

Open praveenrajkr opened 7 years ago

praveenrajkr commented 7 years ago

when i try to generate and run code using oracle table if the table has more than to columns and it is throwing invalid Identifier error java.sql.SQLSyntaxErrorException: ORA-00904: "AUTHOR1_"."SEX": invalid identifier (NOTE : invalid identifier will come only for incorrect column name but column names where correct)