« Return to Thread: dojo data store changes

dojo data store changes

by XMaNIaC :: Rate this Message:

Reply to Author | View in Thread

I've committed some changes to the dojo data store support:

 * Part of the notification API is working now (updates/deletes)
 * Partial support for queryOptions (ignoreCase)
 * Wildcard support in queries (? and *)
 * Many bug fixes

Things still pending:

 * Fix additions to the store (item creation)
  * What to do with store additions and the notification API? We have to devise something here because no store will be notified of any addition given that no Index include the new itemId (obviously, it's new). Joe?
  * Filtered queries are indexed. If an update modifies something that would make an item visible in a filtered query (say "j*") it won't appear later (as the query is not repopulated but retrieved from the cache map)
 * I've seen intermitent issues with Chrome and reverse AJAX
 * Issues with widgets different from the grid has been reported. I have yet to test the store with a combo
 * I have to test piggyback

If anyone detects any other problem please report.

Regards

 « Return to Thread: dojo data store changes