firegate666 / MicroBlog

MicroBlog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OrderByBuilder does no valid column check

firegate666 opened this issue · comments

The OrderByBuilder simply checks if the given column if a property of the model. A proper check on a valid column has to be added. There are annotations in the models that can do the trick.