Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

sorting is wrong with Entity Framework for oracle

lnuFeb 14 2011 — edited Jan 12 2012
Hi,

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

Comments

baftos
Not sure if this will help, but try to consume() the events.
darrylburke
Note: This thread was originally posted in the [Java Programming|http://forums.sun.com/forum.jspa?forumID=31] forum, but moved to this forum for closer topic alignment.
darrylburke
It's this second-long delay which is the anomoly. I'm guessing it results from the fact that the KeyEvent is not being fired constantly or immediately after the release of the first key.
That's the usual key-repeat behavior on most OSs.
I'm wondering if there's a way to get rid of the delay
Probably by setting booleans in the keyPressed(...) / keyReleased(...) and polling those booleans at equal intervals using a Timer.

db
843807
>
Probably by setting booleans in the keyPressed(...) / keyReleased(...) and polling those booleans at equal intervals using a Timer.
>

I did something similar to this. Thanks.
1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 9 2012
Added on Feb 14 2011
6 comments
677 views