waneck / testrepo

0 stars 0 forks source link

Issue 1600 - SPOD enhancement - haxe #1600

Open waneck opened 11 years ago

waneck commented 11 years ago

[Google Issue #1600 : http://code.google.com/haxe/issues/detail?id=1600] by david.el...@gmail.com, at 2013-03-06T08:46:10.000Z Would be a massive enhancement to have :

db.Object.manager.search( a in [0,1,2,3,4] )

to go throught the spod cache like

[0,1,2,3,4].map( function(db.Object.manager.select) )

and also to have a "safe" accessor to the spod cache.

Currently optimizing this case requires "untyped" which is not a good thing.

Thanks a lot guys.

XOXO David.

waneck commented 11 years ago

[comment from ncanna...@gmail.com, published at 2013-03-11T23:23:51.000Z] No work allocated on SPOD atm, unless you suggest a patch.