kevin-haynie

Results 6 issues of kevin-haynie

You might want to include in your docs a warning to *not* use 'id' as a field name since it conflicts with your BaseEntity. I included 'id' in my list...

enhancement

The current code does a great job stubbing out in main.py a list of functions based on the yml but it reorganizes them such that they are all alphabetic. In...

Please fix the code generation for indexes to include `IF NOT EXISTS` since this is required to avoid errors when executing onCreate manually. #775 should not have been closed as...

What is the best way to add a table to an existing database? Right now, if I add a new entity, model, DAO that's fine but Floor will never create...

I love this package but there are a couple of warnings that the linter produces which should be fixed:

invalid
refactoring

Can goBack() and goForward() be added to WebController so that we can allow users to move back/forward? Thanks Kevin