Bugs item #2102101, was opened at 2008-09-09 16:06
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2102101&group_id=56967

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: SQL/Core
Group: SQL CVS Head
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Romulo Goncalves (romulog)
Assigned to: Niels Nes (nielsnes)
Summary: between without columns

Initial Comment:
The following sql crashes M5-SQL no-algebra version....

create table t1(id int);
select id from t1 where 5 between 4 and 6;
drop table t1;

and it give the following error message in the algebra version:
mdb>#EOD
mdb>#    _21;
[EMAIL PROTECTED] test]$ mclient current debug algebra sql < test.sql > out
MAPI  = [EMAIL PROTECTED]:50000
QUERY = select id from t1 where 5 between 4 and 6;
ERROR = !TypeException:user.s0_3[4]:'algebra.uselect' undefined in: _7:any := 
algebra.uselect(_4:bte, _5:bte, _6:bte, _8:bit, _8:bit)
        !TypeException:user.s0_3[6]:'algebra.markT' undefined in: _11:any := 
algebra.markT(_7:any, _9:oid)
        !TypeException:user.s0_3[7]:'bat.reverse' undefined in: _12:any := 
bat.reverse(_11:any)
        !TypeException:user.s0_3[17]:'algebra.join' undefined in: _28:any := 
algebra.join(_12:any, _27:bat[:oid,:int])
[EMAIL PROTECTED] test]$ 


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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2102101&group_id=56967

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to