Bugs item #653858, was opened at 2002-12-15 08:33
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=428708&aid=653858&group_id=40712

Category: None
Group: None
>Status: Closed
>Resolution: Works For Me
Priority: 3
Submitted By: Alex Staubo (byzantium)
Assigned to: Nobody/Anonymous (nobody)
Summary: Line feeds in queries parsed incorrectly

Initial Comment:
The following query does not work:

select
  
o1
from
  o1 in class ICategory
where
  o1.url = 
'type:rootcat'

Hibernate will complain that the 
class name "Foo" does not exist. The following query 
does work:

select
  o1
from
  o1 in class 
ICategory where o1.url = 'type:rootcat'

Looks like 
line feed handling is out of whack.

----------------------------------------------------------------------

>Comment By: Gavin King (oneovthafew)
Date: 2003-01-21 23:23

Message:
Logged In: YES 
user_id=384580

Since no-one has come forward with evidence that this problem 
really exists, and since I can't replicate it myself, I am closing this 
bug report. (I wouldn't consider it a particularly *serious* problem 
anyway...)

----------------------------------------------------------------------

Comment By: Gavin King (oneovthafew)
Date: 2002-12-25 16:05

Message:
Logged In: YES 
user_id=384580

I can't reproduce this problem; would you please have a 
closer look (try stepping through code) to figure out whats 
wrong.

TIA

Gavin

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=428708&aid=653858&group_id=40712


-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to