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: Open
Resolution: None
>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: 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:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to