Sounds reasonable, good point.
David
Bernt M. Johnsen wrote:
David Van Couvering wrote (2005-05-12 15:17:09):
Kathey Marsden wrote:
[snip]
So maybe something like:
Physical Connection c013800d-0103-d219-2006-ffffe2f84f9d
Well, I like this, except that for application code, which is where the majority of debugging would take place when using Derby, it would *always* say "Physical Connection". Only container developers would have access to and print out pooled connections. So how about
Connection c013800d-0103-d219-2006-ffffe2f84f9d
and
Pooled connection a7fd6554-0103-d219-2006-ffffe2f84f9d
I would prefer
Connection_c013800d-0103-d219-2006-ffffe2f84f9d and
PooledConnection_a7fd6554-0103-d219-2006-ffffe2f84f9d
Avoiding spaces will facilitate parsing of the string which is important in e.g. automated testing.
