JamesPattison / RepoLite

A tool used for generating lightweight, fast repositories against database tables with standard CRUD functionality & additional merge & bulk actions
MIT License
5 stars 2 forks source link

Todo: #1

Open JamesPattison opened 6 years ago

JamesPattison commented 6 years ago
MattGBox commented 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.

JamesPattison commented 6 years ago

Yep sounds good Matt. Hope it's working well for you aside from that

jdobs commented 6 years ago

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