Refresh query results always to ObjectManager

Yes I know it will be much more than just writing some rows of code. 

Same issues was here in the formus just few posts earlier:
http://www.tmssoftware.com/site/forum/forum_posts.asp?TID=5567&title=query-results-comes-always-from-cache-not-from-db

If the solution would be to rethink object manager strateqy then I cant see it as efficient  life time management. I would like to keep my statistic data managed and then query associated live data from MSSQL-database. Now after criteria query I have ObjectManager where some objects are up-to-date and some not.

You will probably soon release some new products supporting local database and synchronizing to server. I'm keen to see what's coming.

I created new request (wondering it haven't been created by anyone yet) as:
1978: Aurelius query refreshing managed objects automatically 
Now database query (by criteria) ignores objects which are already managed by ObjectManager. I requesting possibility to automatically refresh also managed objects. (copy field properties).
That would let easier life time management without recreating new ObjectManagers (and reloading again associated objects) or very slow object-by-object refreshing. 

Thanks