Open JamesPattison opened 6 years ago
Would be nice to be able to save a selection and connection details as a project so that it can be selected and rerun for any updates to the model/repository.
Yep sounds good Matt. Hope it's working well for you aside from that
Hi, Just loaded up your latest version for some K3 work, and when it was generated it looks like you've removed the FindByPrimaryKey method on the repositories (except in the case of composite keys). I don't know if it was removed by accident or design, and I get it that it would be easier and probably better to just use a Get, but it turns out that there were some places in the code that used the FindByPrimaryKey.
I know it's not a big issue to find and fix those places, but thought a warning on the depreciated method would be good.
Another thing I found was that the scroll wheel doesn't work in your table lists, which can be a bit of a bind when the list is quite long...
Thanks - John
Allow any schema to be used when querying tablesMake models that are generated be partial so they can be extendedDon't generate TIMESTAMP columnsBasemodel make DirtyColumns public readonlybaserepository generate GetDateTime & GetNullableDateTimenullable datetime not generating as nullableget by composite params is using hardcoded address test data (lol)