sorting is wrong with Entity Framework for oracle
lnuFeb 14 2011 — edited Jan 12 2012Hi,
I've downloaded the Entity Framework for Oracle beta and I found a bug. It's easy to repro:
- Create a model with a simple table
- Create a dynamic data web app
- display the content of your table and try to sort
-> the sql generated is wrong and only sorts on the currently displayed rows and not the entire data.
Did anyone else notice that?
Edited by: lnu on 14 févr. 2011 05:51