dyslexicanaboko / simple-class-creator

A utility for creating mundane crud work including table to model, model to DTO and other things no one really wants to do by hand.
MIT License
1 stars 0 forks source link

Query kills application when table name radio button is selected #28

Closed dyslexicanaboko closed 2 years ago

dyslexicanaboko commented 2 years ago

When a compound query is provided that isn't a table name and the table name radio button is selected (instead of query) the application crashes.

This is easily reproduceable.

dyslexicanaboko commented 2 years ago

Tacking this on to this bug. Once you get past having a query (non-solo-table), if you press the default button for the Entity Name the application crashes again.

dyslexicanaboko commented 2 years ago

Being resolved as part of the branch for #22