users
[Top] [All Lists]

RE: [cinjug-users] Sql column alias length using hibernate

To: <users@xxxxxxxxxx>
Subject: RE: [cinjug-users] Sql column alias length using hibernate
From: "James Carman" <james@xxxxxxxxxxxxxxxxxxxx>
Date: Mon, 28 Mar 2005 10:38:22 -0500
Delivered-to: mailing list users@cinjug.org
Importance: Normal
In-reply-to: <OF24DDFAAE.F0453FE2-ON85256FD2.005413C1-85256FD2.0054DE98@kroger.com>
Mailing-list: contact users-help@cinjug.org; run by ezmlm
Organization: Carman Consulting, Inc.
The Informix dialect should be taking care of this for you.  What version of
Hibernate do you use?

-----Original Message-----
From: bill.manuel@xxxxxxxxxx [mailto:bill.manuel@xxxxxxxxxx] 
Sent: Monday, March 28, 2005 10:27 AM
To: users@xxxxxxxxxx
Subject: [cinjug-users] Sql column alias length using hibernate






I am trying to use hibernate against an informix 7.something.  The problem I
am having is hibernate is generating alias names for the columns in the sql
statements like this:

select someLongAlias.fieldName as fieldName_0 from someTable as
someLongAlias

Informix does not seem to like these long alias names -->  [Identifier
length exceeds the maximum allowed by this version of the server.]

I can't seem to find anything in the Hibernate forums.

Any Hibernate experts out there?

Bill Manuel
Sun Certified Web Component Developer
Supply Chain Systems
The Kroger Co.
bill.manuel@xxxxxxxxxx


---------
You may unsubscribe from this mailing list
by sending a blank email addressed to: users-unsubscribe@xxxxxxxxxx

--
Find additional help by sending a blank email
addressed to:
users-help@xxxxxxxxxx



<Prev in Thread] Current Thread [Next in Thread>