DDS-Lite:
http://www.dds-lite.com/
And even MS Visio has the capability to do this...
-Original Message-
From: Bear Giles [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 04, 2003 9:00 PM
To: Steve Ebersole
Subject: Re: [Hibernate] hbm -> ER diagram tool?
What's a good sch
FYI, I just started a massive merge from the v21branch onto the v22branch
this afternoon. There were/are a lot of discrepencies and conflicts that I
need to resolve manually. That's the reason for a lot of the issues you are
seeing.
I am hoping to finish it up tomorrow in the AM. I definitely w
Very cool!!!
Guess I'll have to get eclipse and try it out :)
Great work...
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Max
Rydahl Andersen
Sent: Saturday, April 10, 2004 5:24 PM
To: hibernate-devel
Subject: [Hibernate] new event monitor in Hibern8IDE
OK, so here's the initial shot at allowing configuration of the listeners...
The dtd changes:
An example config:
...
This is all done on my local box, but i have been unable to connect to the
sourceforge cvs server to commit it.
Anyone know Hypersonic well enough to know of a two (or more) parameter
function? I need something like Oracle's NVL function.
---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracl
Nevermind. Thanks to Michael who pointed me in the direction of HSQL's MOD
function.
-Steve
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Steve
> Ebersole
> Sent: Wednesday, May 26, 2004 11:27 AM
> To: hibernate-deve
Joshua, this was discussed prior to doing the merge. Sorry if you missed
it. I pulled everything over to HEAD that was current on the v22branch at
that time. I then tagged the v22branch. You should simply be able to do a
merge with your stuff against that new v22branch tag, and then apply that
I added that one as I needed to test some session caching related
functionality and had no idea where that test might fit in amongst
ABCProxyTest and FooBarTest :)
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Gavin
> King
> Sent: Wednesday, June 23,
Title: Message
And
SessionCacheTest has only one test. If it fails, then yes that is a
problem. But make sure you have the latest code.
-Original Message-From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]On Behalf Of Joshua
DavisSent: Wednesday, June 23, 2004 7:39 AMTo:
P.S., the current HibernateContext could be leveraged to perform this
(this is exactly what it does through a TransactionLocal).
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bill
Burke
Sent: Tuesday, September 21, 2004 3:32 PM
To: hibernate list
Subject
As long as both of the sessions are on the same underlying Connection
this should be achievable. Otherwise you'd run into txn isolation
issues.
Using the current HibernateContext code as an example, we could
implement something like "flush on retrieval". HibernateContext does
something very simi
Have not seen a response, so I'll take a stab...
I think it would depend upon the type of abstraction you are looking for
here. The abstractions of the db structures in Hibernate are housed in
the org.hibernate.mapping package. Classes such as Table, Column, and
Index live there. So if you want
Steve Ebersole; [EMAIL PROTECTED]
Subject: RE: [Hibernate] simple persistence solution needed
Very low level of abstraction for now, i.e. setting parameters, reading
result sets, table creation using abstract data types.
What branch should I check out for this?
> -Original Message-
>
First, this is a development list; not a
user list. Post user questions to the user forum!
Yes, hibernate supports multiple
datasources within a single transaction to the extent that the datasources
themselves support this.
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Intelli-J has the notion of modules. A project in Intelli-J is made up
of one or more modules. A module "base" can be inside the overall
project directory structure. Is that what you mean?
How do your directories look? And how do you want them partitioned?
> -Original Message-
> Fr
I use oracle 10g for my testing and it is actually almost twice as slow
against those drivers. The first version I wrote used arrays as opposed
to lists, but I found the performance hit of using Lists minimal enough
to warrant the easier programming model.
I still need to test this against 8i/9i,
aking.
> -Original Message-
> From: [EMAIL PROTECTED]
[mailto:hibernate-devel-
> [EMAIL PROTECTED] On Behalf Of Steve Ebersole
> Sent: Friday, November 26, 2004 7:35 PM
> To: Max Andersen; Hibernate development
> Subject: RE: [Hibernate] WRAP_RESULT_SETS
>
> I use
Sorry, that was my fault. I forgot I had started working on that. It
must have gotten committed with the exception conversion stuff.
Ugghh...
> -Original Message-
> From: [EMAIL PROTECTED]
[mailto:hibernate-devel-
> [EMAIL PROTECTED] On Behalf Of Max Rydahl Andersen
> Sent: Tuesday, No
Not currently; but that's not at all hard to add.
I am assuming you want to perform syntax highlighting or something like
that.
It's a trivial thing, but consider something like "count" which is a
keyword depending upon usage. Think of a mapped entity that has a
property named count, like mayb
I think you might want to reconsider the perspective of the phrase "you
are rude". Telling people what they should/should not do sure seems
awfully rude to me!
So are you volunteering to setup/host/administer the NNTP server?
> -Original Message-
> From: [EMAIL PROTECTED]
[mailto:hiberna
Sorry for the late reply, I've been out for the holidays and
simultaneously rebuilding my system from its hard-drive crash.
The read-only stuff would not fix this issue, as I understand it. From
what I think that user is asking for, he still probably wants to the
flushes against the "main entity"
-Original Message-
From: Gavin King [mailto:[EMAIL PROTECTED]
Sent: Monday, January 03, 2005 2:44 PM
To: Steve Ebersole
Cc: Max Andersen; Hibernate development
Subject: Re: [Hibernate] someone looking at flushing performance...
Steve Ebersole wrote:
>The read-only stuff would not
That was not my intent to imply such a thing.
-Original Message-
From: Joshua Davis [mailto:[EMAIL PROTECTED]
Sent: Monday, January 03, 2005 10:18 PM
To: Steve Ebersole
Cc: Max Andersen; Hibernate development
Subject: Re: [Hibernate] someone looking at flushing performance...
Steve Eber
My fault. It is fixed now
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Joshua
Davis
Sent: Thursday, January 06, 2005 8:00 AM
To: Hibernate-Devel
Subject: [Hibernate] DynamicFilterTest failures
The 'New tests suite' used to pass, now DynamicFilterTest
Because it takes an Object parameter.
If you want to add constants, please do not do it in the core. There's
a big problem currently with the amount of effort needed to add
additional Listeners (as Gavin and Kabhir discovered while doing the
ejb3 stuff). An extra class to modify to add a new con
You would definitely need the first to properly handle introspected type
resolution.
For the second, I think they would normally just put "binary" as the
type, but I would think an additional "byte[]" type mapping could not
hurt.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL
Not sure which DB you are using, but for example I've noticed that HSQL
seems to not parse the entire statement string upfront which can lead to
issue like this. It leaves parsing certain pieces relative to its
internal working datasets; if there are no results in those working
sets, you get no er
: Max Rydahl Andersen [mailto:[EMAIL PROTECTED]
Sent: Friday, January 28, 2005 2:30 PM
To: Steve Ebersole; Hibernate development
Subject: Re: [Hibernate] Criteria curiosity...
but this check is something hibernate generates. its not db dependent
AFAIK.
> Not sure which DB you are using,
This is a usage question and has no
relevance to the furthering development of Hibernate. Please use the user
forums.
Thank you.
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Safdar Kureishy
Sent: Monday, February 07, 2005
9:02 PM
To:
hibernate-devel@lis
It's v30beta4; it's there. How were you looking for it? ViewCVS?
Remember that there is a lag between those servers on SF.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Matt
Veitas
Sent: Friday, February 11, 2005 8:48 AM
To: 'hibernate-devel@lists.sour
SAP (or at least MAXDB, which it became) has two modes of operation: normal
and oracle. The oracle mode simulates oracle-style theta syntax; the normal
mode uses ansi-style joins. Any particular reason we explicitly use the
oracle mode?
> -Original Message-
> From: [EMAIL PROTECTED]
> [
Ok, any particular reason we explicitly allow the oracle-mode usage to
continue? ;)
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Max
Rydahl Andersen
Sent: Tuesday, February 22, 2005 8:57 AM
To: Steve Ebersole; Gavin King; hibernate-devel
Theta-join syntax is supported. The issue was HQL index-access (i.e.
the [] stuff) and HQL collection-functions on theta-join dialects.
The collection functions are working. AFAIK, the index-access thing is
still a problem (at least there is a test case in HQLTest failing for
this reason when ru
NM, I just fixed it :)
-Original Message-
From: Max Andersen
Sent: Thursday, March 31, 2005 11:54 AM
To: Steve Ebersole; Gavin King; hibernate-devel@lists.sourceforge.net
Subject: Re: [Hibernate] 3.0 final today?
On Thu, 31 Mar 2005 19:33:00 +0200, Steve Ebersole
<[EMAIL PROTEC
So I've been looking and thinking about this ability to define filter
conditions on such that they apply to the associated
table (not the just association table, which is what we have now). So
the current thinking here is to allow another within the
; something like:
The many-to-many filters are still not
ready; I’m still working on that issue with Loader and filtered joins
across the association table.
Up to you whether you want to hold up
3.0.2 to get this in.
All the other stuff I had for 3.0.2 is
done. We initially were tentative regardin
table)…
From: Gavin
King
Sent: Saturday, April 23, 2005
12:01 PM
To: Steve Ebersole;
'hibernate-devel@lists.sourceforge.net'
Subject: RE: [Hibernate] 3.0.2
The problems you were
having that you thought were bugs in OJL: were they actually bugs in existing
functionality,
I still need to figure out the filter
issue with Loader reading different values (FK vs. PK) for the many-to-many.
After thinking about it some more decided
to commit what I have since it does fix that other issue.
I’m working on the other right now.
From:
[EMAIL PROTECT
A fix of a very nasty bug in eager-releasing connections.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Christian Bauer
Sent: Monday, April 25, 2005 11:58 AM
To:
Subject: Re: [Hibernate] Just saw some commits from Steve...
On Apr 25, 2005, at 6:54 PM
Nothing that has to make 3.0.4.
My current focuses are to move forward
with the bulk statement support, some refactoring of the tuple stuff, and
improvements to the event stuff.
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gavin King
Sent: Monday, May 16, 2
I am not sure what thing Gavin is mentioning when he says he and Scott
found an issue. So this is based off an almost 2 month old discussion
Scott and I had.
>From my discussions with Scott, it was more an issue that Hibernate
attempting to configure the JACC provider itself was simply a broken
n
We were just talking about the delete use case last night in relation to
bulk deletes. I think it really comes down to how we want to
conceptualize the filters. Initially they were envisioned solely as a
mechanism for filtering returned data. What we are talking about here
is a serious expansion
OK DB2 and TimesTen gurus :)
I am adding the "insert ... select ..." functionality to HQL. For
sequence generated ids I am not sure of the syntax of how to do this for
DB2 and TimesTen dialects.
The normal Dialect.getSequenceNextValString() returns a complete
statement ("select " + sequenceName
Oops! That was me.
There was an over-sight with the new code
to determine the collections in which an entity is a participant. It is
fixed now
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Joshua Davis
Sent: Friday, July 08, 2005 6:42
AM
To:
hibernate-de
Not sure what exactly this has to do with the development of Hibernate.
I think you are looking for the user forums.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Sameer
Nanda
Sent: Tuesday, July 19, 2005 9:47 AM
To: hibernate-devel@lists.sourceforge.ne
Not sure what exactly this has to do with the development of Hibernate.
-Original Message-
From: fabio quimbay [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 19, 2005 3:36 PM
To: Steve Ebersole
Cc: hibernate-devel@lists.sourceforge.net
Subject: Re: [Hibernate] More information on How to
Easy copy-n-paste ;)
-Original Message-
From: Emmanuel Bernard [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 19, 2005 4:59 PM
To: Steve Ebersole
Cc: hibernate-devel@lists.sourceforge.net
Subject: Re: [Hibernate] More information on How to Hibernate with PostgreSQL
Lol,
This is actually
Here is the trivial converter :)
public class JDK14LoggingAdapter extends
org.apache.log4j.AppenderSkeleton {
protected void append(org.apache.log4j.spi.LoggingEvent event) {
// super has already validated we are not closed and any
// thresholds have been
We are talking about moving to log4j...
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Barry
Hawkins
Sent: Wednesday, July 27, 2005 8:49 AM
To: Christian Bauer
Cc: Hibernate devel
Subject: Re: [Hibernate] commons logging
-BEGIN PGP SIGNED MESSAGE---
I just added support for optimistic locking based on the database
server's current timestamp, as opposed to the jvm timestamp.
However, was not sure how to retrieve the current timestamp for all
dialects (I got all the major ones expect HSQLDB). So if a certain
Dialect is near and dear to your he
In working on this functionality to test the support for "database
generated" values, I ran across an interesting issue with unit testing
this functionality. Basically, the only real way to test this in a
consistent fashion across all databases is to apply triggers to the
database in use for testi
exactly
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Max
Rydahl Andersen
Sent: Monday, August 08, 2005 6:40 AM
To: Hibernate devel
Subject: Re: [Hibernate] Re: testing question
The trick below doesn't work well when you run the unittest standalone
(
te/drop strings.
-Original Message-
From: Max Andersen
Sent: Monday, August 08, 2005 6:36 AM
To: Steve Ebersole; [EMAIL PROTECTED]; Hibernate devel
Subject: Re: testing question
>
> This is the same reason why I always get failures on the tests
relating
> to stored procedure support.
&g
, 2005 7:49 AM
To: Steve Ebersole; Hibernate devel
Subject: Re: [Hibernate] RE: testing question
And here MyTransactSQLTrigger would be a userprovided class that has
String[] createSQL/dropSQL methods ?
Sounds good.
I was more thinking like:
CREATE ...
CREATE ...
DROP
Actually, probably even better:
public interface DatabaseObject {
public String sqlCreateString();
public String sqlDropString();
}
;)
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Steve
Ebersole
Sent: Monday, August 08, 2005 7:54 AM
To
You reference a column EMPLOYMENT.EID that does not exist. Oracle does
not throw exceptions on failed stored-procedure/function creation. It
simply returns warnings. I modified this test to fix this bit...
-Original Message-
From: Max Andersen
Sent: Monday, August 08, 2005 6:36 AM
To: Ste
:
#2:
If anyone wants different name(s), speak now or forever hold your
peace...
Steve
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Steve
Ebersole
Sent: Monday, August 08, 2005
n your
first example compared to my first example, right? I simply chose CDATA
tags to enclose my text, where you did not...
-Original Message-
From: Max Andersen
Sent: Tuesday, August 09, 2005 5:58 AM
To: Steve Ebersole; Hibernate devel
Subject: Re: [Hibernate] RE: testing question
i
notion of dependencies, which I don't think we want to
get into. That's my $.02 at any rate.
P.S. I choose because in my setup, that's what you
are defining: one database object.
-Original Message-
From: Max Andersen
Sent: Tuesday, August 09, 2005 5:58 AM
To: Steve
ehalf Of
Christian Bauer
Sent: Monday, August 08, 2005 1:55 PM
To: Hibernate devel
Subject: Re: [Hibernate] RE: testing question
On Aug 8, 2005, at 8:48 PM, Steve Ebersole wrote:
> If anyone wants different name(s), speak now or forever hold your
> peace...
I think it should have a name=&
Let's move this discussion over to:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-840
-Original Message-
From: Max Andersen
Sent: Tuesday, August 09, 2005 5:58 AM
To: Steve Ebersole; Hibernate devel
Subject: Re: [Hibernate] RE: testing question
i don't lik
, it'll be the same issue...
-Original Message-
From: Max Andersen
Sent: Tuesday, August 09, 2005 5:58 AM
To: Steve Ebersole; Hibernate devel
Subject: Re: [Hibernate] RE: testing question
i don't like database-object, but I don't have a better suggestion,
so...(maybe j
till see no
need for this.
-Original Message-
From: Max Andersen
Sent: Tuesday, August 09, 2005 2:32 PM
To: Steve Ebersole; Hibernate devel
Subject: Re: [Hibernate] RE: testing question
mainly for tooling.
/max
> Why a name, though? I was not planning on allowing lookup of these
&g
huh? we have no element...
I'll check it in like this. If you feel that strongly about it, feel
free to change it.
-Original Message-
From: Max Andersen
Sent: Tuesday, August 09, 2005 2:20 PM
To: Steve Ebersole; Hibernate devel
Subject: Re: [Hibernate] RE: testing question
string format, just embed the date string.
UserVersionTypes might possibly even be doable. I'd have to think it
through a bit.
_
From: Gavin King
Sent: Saturday, August 13, 2005 5:39 PM
To: Steve Ebersole
Cc: hibernate-devel@lists.sourceforg
So you're pissed off because of new features? OK...
Sorry I broke your build, but come on dude, grow up.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Emmanuel Bernard
Sent: Tuesday, August 16, 2005 4:52 AM
To: hibernate-devel@lists.sourceforge.net
Sub
If you mean will we have 3.1 final out by the end of this week; no. We
are approximately 2 weeks away from 3.1rc1.
There is one change I am aware of that would cause problems with the
JBoss-Hibernate integration code regarding a change made to how
event-listeners are registered.
-Original Me
A simpler solution would be to just add a writeObject() impl to
HibernateException which culls the cause if it is not serializable
(either to null or some "marker").
This would be all encompassing. Plus it would still allow the cause to
be known (so long as no attempt is made to serialize it).
Why? You can call clear() on collections marked as final. Obviously
you could not "null them out"...
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Max
Rydahl Andersen
Sent: Tuesday, September 27, 2005 8:44 AM
To: Gavin King; Emmanuel Bernard
Cc: Hibern
Oops, missed two commits. Update src/org/hibernate/param
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Emmanuel Bernard
Sent: Thursday, September 29, 2005 12:04 PM
To: Hibernate development
Subject: [Hibernate] HEAD does not compile
compile:
[javac
Here's another concern with the current impl for
ThreadLocalSessionContext: the static accessors. Basically the way
this is setup right now, users will nt be able to use this
simultaneously for multiple session-factories...
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTEC
L PROTECTED] On Behalf Of
Christian Bauer
Sent: Monday, October 03, 2005 9:25 AM
To: Hibernate development
Subject: Re: [Hibernate] ThreadLocalSessionContext javadoc inconsistency
Steve Ebersole wrote:
> Here's another concern with the current impl for
> ThreadLocalSessionContext: the
then
keep a map of SessionFactory -> Session.
-Original Message-
From: Max Andersen
Sent: Monday, October 03, 2005 9:21 AM
To: Steve Ebersole; Hibernate development
Subject: Re: [Hibernate] ThreadLocalSessionContext javadoc inconsistency
On Mon, 03 Oct 2005 16:15:01 +0200, Steve Ebers
Hibernate 3.1
Hibernate 3.1 rc1 has been released. It contains various bug fixes,
extension of current-session and improvements to session connection
handling.
The release notes can be found at
http://sourceforge.net/project/shownotes.php?release_id=361921
The binaries can be found at
http://sourceforge.net/p
FYI,
I made the JDBCContext.hibernateTransaction field transient. This
worked around this issue of serializing a session with an associated
transaction, which also allowed me to expose more of the methods of
Session/SessionImplementor on the proxy generated from
ThreadLocalSessionContext.
-
At least in part because of EJB3 support, the Hibernate queries need to
add the ability to better "guess" a parameter's type. The way this is
being done is to base the "expected type" off the type of the property
to which the parameter is related; previously, this just performed a
guess based on t
So as far as I am concerned, I am ready to push out 3.1rc2. Anything
anyone else wanted to get into this before I cut it?
I hope to get time to do it this weekend. If not, it'll be early next
week.
Here is the change-log so far:
** Bug
* [HHH-1045] - Example contains inner classes that ar
n), but visible through the event listener system
(create-onflush tag)
I still need to test, but I'll be able to commit by the end of the
week-end
2. How does the type discovery work? Did you add a typeless
setParameter() to the Query?
Steve Ebersole wrote:
>So as far as I am concerned,
There maybe some setting we are just missing for test purposes. For
example, I don't know about you, but on my Oracle setup I disable
recovery logging on the datafiles backing my test schema. Without
disabling this option, it is painfully slow to run the testsuite against
Oracle; and obviously I
Hibernate 3.1 rc2 has just been released. It contains some minor bug
fixes and changes to handling of connection release mode.
Please see the Change Log and Release Notes for more details:
http://sourceforge.net/project/shownotes.php?release_id=364170
The release can be downloaded at:
http://sou
As an fyi...
I just checked in a bunch of changes related to how queries
"translations" are cached. I added a new concept of "query plans" and a
QueryPlanCache to encapsulate the role that used to be filled by the
building and caching of the QueryTranslator arrays within
SessionFactory. This has
SQL query caching is in there...
-Original Message-
From: Max Andersen
Sent: Sunday, November 06, 2005 11:53 AM
To: Steve Ebersole; Hibernate development
Subject: Re: [Hibernate] query plans
Nice stuff - give a ping when sql query caching is in there somewhere ;)
btw. if you know by
Yes, try reading what you quoted from me again ;)
-Original Message-
From: Max Andersen
Sent: Sunday, November 06, 2005 3:24 PM
To: Steve Ebersole; Hibernate development
Subject: Re: [Hibernate] query plans
> SQL query caching is in there...
ok - where ? Can't find it.
And f
I plan to have a look at that in the near future. Although I am more
thinking of the subversion repo.
Even as we speak, I am trying to get rc3 ready to go and am not able to
commit some changes. Arggh! What timing ;)
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Geez... SF dev CVS is *still* down; highly annoying!
-Original Message-
From: Steve Ebersole
Sent: Friday, November 11, 2005 10:26 AM
To: Scott M Stark; Max Andersen
Cc: Hibernate development
Subject: RE: [Hibernate] you just gotta love sf.net
I plan to have a look at that in the
Hibernate 3.1rc3 has just been released. This release contains various
bugfixes, as well as improvements and enhancements regarding caching of
HQL and native SQL queries.
Please see the release notes and changelog for more details:
http://sourceforge.net/project/shownotes.php?release_id=371697&gr
Yes, futile silly inane discussions such as this one kill my enthusiasm and
interest a little bit every day...
Tell you what: you run your project the way you want, I'll not interfere;
ergo
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Leonardo Q
I tag CVS first, and then use that to do the build. So no problem
there...
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Barry
Hawkins
Sent: Friday, November 18, 2005 6:48 PM
To: Hibernate devel
Subject: [Fwd: Re: [Hibernate] Provision of source-only do
In relation to
http://opensource2.atlassian.com/projects/hibernate/browse/HHH-73
(Statistics for HQL queries use pre-processed query string):
The original issue behind this case is now easy to fix because of the
introduction of query plans. The query plans know about the query
strings before any
I guess we could make it so. This issue is that currently it does not
know the non-expanded query.
-Original Message-
From: Gavin King
Sent: Monday, November 21, 2005 8:51 AM
To: Steve Ebersole; Hibernate devel
Subject: RE: [Hibernate] query statistics
Could the query plan cache both
ator only ever knows about the expanded query.
-Original Message-
From: Gavin King
Sent: Monday, November 21, 2005 8:55 AM
To: Steve Ebersole; 'Hibernate devel'
Subject: RE: [Hibernate] query statistics
Right. The only downside would be increased mem usage, I suppose.
-Original
Can you give me the connection info to the various db instances? I'll
try running these manually and see how long things are taking. Or have
you tried this already?
With Oracle for example, it is pretty important how the underlying
database is setup in terms of how fast/slow the testsuite runs.
hursday, November 24, 2005 6:05 AM
To: Steve Ebersole; Gavin King; Hibernate devel
Subject: RES: [Hibernate] query statistics
just a quick response.
the priorities for the tools is:
A. get the underlying sql(s)
B. get the guessed types of the parameters
C. get the locations of the parameters in H
;)
-Original Message-
From: Max Andersen
Sent: Monday, November 28, 2005 9:49 AM
To: Steve Ebersole; Gavin King; Hibernate devel
Subject: Re: [Hibernate] query statistics
On Mon, 28 Nov 2005 16:11:21 +0100, Steve Ebersole
<[EMAIL PROTECTED]> wrote:
> So some things to consider th
I plan on releasing 3.1 final next week, unless something unforeseen
comes up.
Please take a look at the JIRA issues assigned to you for inclusion in
3.1 to see if you will be able to complete them. Please let me know
about any issues.
http://opensource.atlassian.com/projects/hibernate/browse/HH
Sweet, just in time ;)
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Max
Rydahl Andersen
Sent: Wednesday, December 07, 2005 2:55 PM
To: Hibernate development
Subject: [Hibernate] Fwd: antlr 2.7.6rc1 available
updated antlr rc with our fixes included i
Already planned:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-1050
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Emmanuel Bernard
Sent: Thursday, December 08, 2005 10:25 AM
To: Hibernate development
Subject: [Hibernate] HQL UNION
I gues
Hibernate 3.1 final has been released. It includes numerous bug-fixes
and enhancements as well as upgrades to a few libraries. For details,
check out the change log:
http://sourceforge.net/project/shownotes.php?release_id=377721&group_id=
40712
The release can be downloaded at:
http://sourceforg
Not all databases handle DDL the same in
terms of transactional semantics.
The simple (and most natural) solution is
to bootstrap your SessionFactory (and thus run hbm2ddl) when the app
deploys/starts-up, not on first access.
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
1 - 100 of 179 matches
Mail list logo