RE: [Hibernate] Odd Query behavior

2003-02-19 Thread Ken Robinson
t: Tuesday, February 18, 2003 3:58 PM To: Ken Robinson Cc: Hibernate developer list (E-mail) Subject: Re: [Hibernate] Odd Query behavior Yick! You are probably right. PreparedStatement must retain the value of setMaxRows(). I had kinda assumed it only applied for the very next executeQuery() m

[Hibernate] Odd Query behavior

2003-02-18 Thread Ken Robinson
Hi all, We're noticing some strange behavior with Query.setFirstResult/Query.setMaxResults. If we execute a query with these values set, we get the expected result. However, if we then execute the same query (in a new session, with a new Query) without limiting the resultset, we still only get the

[Hibernate] ClassMetadata

2003-02-12 Thread Ken Robinson
Hi there, Looking throught the hibernate-mapping-1.1 dtd I noticed that the property element has a property called length. I'm assuming this can be used to indicate the size of the underlying column. From ClassMetadata I can get to the property names and types, but there doesn't seem to be any

RE: [Hibernate] problems with date comparision

2003-01-18 Thread Ken Robinson
The first thought that comes to mind is that your database column is not storing time information, i.e. year/month/day only. You might want to take a look at that. -Original Message- From: Timothy Kettering [mailto:[EMAIL PROTECTED] Sent: Friday, January 17, 2003 4:35 PM To: [EMAIL PROTEC

RE: [Hibernate] Problem with Connection Pool Timeouts

2003-01-09 Thread Ken Robinson
ake a stab at submitting a patch. Thanks, Ken -Original Message- From: Ken Robinson Sent: Wednesday, January 08, 2003 11:05 AM To: 'Gavin King'; [EMAIL PROTECTED] Subject: RE: [Hibernate] Problem with Connection Pool Timeouts I updated to latest CVS to take advantage of

RE: [Hibernate] Problem with Connection Pool Timeouts

2003-01-08 Thread Ken Robinson
are still valid? I'm not familiar with the workings of DBCP, and the documentation on their site is certainly less than optimal. -Original Message- From: Gavin King [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 07, 2003 3:42 PM To: Ken Robinson; [EMAIL PROTECTED] Subject: RE: [Hibe

RE: [Hibernate] Problem with Connection Pool Timeouts

2003-01-08 Thread Ken Robinson
That would be the easy way wouldn't it :) -Original Message- From: Gavin King [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 07, 2003 3:42 PM To: Ken Robinson; [EMAIL PROTECTED] Subject: RE: [Hibernate] Problem with Connection Pool Timeouts

[Hibernate] Problem with Connection Pool Timeouts

2003-01-07 Thread Ken Robinson
s on construction of the GenericObjectPool/PoolableConnectionFactory. Am I missing anything here? Thanks, Ken Robinson --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http: