Information
When running QueryJ 3 on a target database, some custom SQL updates are not included in the generated code.
Actions required
- Find out why they're not included.
- Fix the bug
- Review the generated code for such updates.
Steps to reproduce
- Define a custom SQL update.
- Check the generated DAOs (both BaseDAO.stg and DAO.stg) don't include the update.
Acceptance criteria
- Define a custom SQL update.
- Check the generated DAOs (both BaseDAO.stg and DAO.stg) include the update.
Information
When running QueryJ 3 on a target database, some custom SQL updates are not included in the generated code.
Actions required
Steps to reproduce
Acceptance criteria