Using DateTime under db4o with native SODA queries? -


under db4o, i'm attempting constrain "new datetime(2010,10,14)" doesn't seem work - opinions on how fix this?

got it:

var query2 = db4o.db.query(); query2.constrain(typeof(tradingday)); query2.descend("_date").constrain(new datetime(2010,10,14)); iobjectset result2 = query2.execute(); 

Comments

Popular posts from this blog

mod rewrite - Doing external redirect. .htaccess NS flag not working. How to achieve similar results? -

mysql - How to insert just year and month into date field? -