-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
 Post subject: NHibernate, Mysql and Datetime format
PostPosted: Fri Aug 07, 2009 5:56 am 
Newbie

Joined: Fri Aug 07, 2009 5:50 am
Posts: 2
Hi all, I've an issue querying a Mysql 5 database with NHibernate.

My query looks like this:

ICriteria criteria =
Session.CreateCriteria(typeof(Voucher))
.AddOrder(Order.Asc("Title"))
.AddOrder(Order.Desc("StartDate"))
.Add(Restrictions.Gt("EndDate", DateTime.Now))
.Add(Restrictions.Lt("StartDate", DateTime.Now))
.SetFirstResult(firstResult)
.SetMaxResults(maxResults);

return criteria.List<Voucher>();

Running a test, the SQL looks like this:

NHibernate: SELECT ... FROM Voucher this_ WHERE this_.EndDate > ?p0 and this_.StartDate < ?p1 ORDER BY this_.Title asc, this_.StartDate desc limit ?p2;?p0 = 07/08/2009 10:53:42, ?p1 = 07/08/2009 10:53:42, ?p2 = 2

On the database unfortunately, the datetime fields are stored with this format: 2009-02-09 06:00:00

Nothing gets found, am I missing something?

Thanks in advance.


Top
 Profile  
 
 Post subject: Re: NHibernate, Mysql and Datetime format
PostPosted: Fri Aug 07, 2009 6:33 am 
Newbie

Joined: Fri Aug 07, 2009 5:50 am
Posts: 2
Sorry, my test was simply wrong, it works, I guess MySQL handles the conversion between different datetime formats.


Top
 Profile  
 
 Post subject: Re: NHibernate, Mysql and Datetime format
PostPosted: Thu Aug 20, 2009 9:29 pm 
Newbie

Joined: Thu Aug 20, 2009 9:26 pm
Posts: 1
I'm very interested! I would love to find out more inforamtion related to this topic. Thanks in advance.
me too, I need more detailed info


comparatif simulation taux pret auto - taux pret auto differe selon la prise en compte ... calculent automatiquement le taux pour un prĂȘt automobile donne.comparatif simulation taux pret auto


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.