Bugs item #1907006, was opened at 2008-03-04 14:29 Message generated for change (Comment added) made by mr-meltdown You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1907006&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: range select.... Initial Comment: The following query is syntatically incorrect: >select name from tables where 0<id>10; !TypeException:user.s0_0[45]:'algebra.uselect' undefined in: _62:any := algebra.uselect(_59:bat[:oid,:oid], _61:int, _60:int, _48:bit, _48:bit) !TypeException:user.s0_0[47]:'algebra.markT' undefined in: _64:any := algebra.markT(_62:any, _63:oid) !TypeException:user.s0_0[48]:'bat.reverse' undefined in: _65:any := bat.reverse(_64:any) !TypeException:user.s0_0[61]:'algebra.join' undefined in: _86:any := algebra.join(_65:any, _85:bat[:oid,:str]) &1 0 1 1 1 % sys.tables # table_name % name # name % varchar # type % 2 # length [ 725 ] > Romulo ---------------------------------------------------------------------- >Comment By: Fabian (mr-meltdown) Date: 2008-03-04 14:40 Message: Logged In: YES user_id=963970 Originator: NO The output is protocol-wise a violation as well. (Our transaction semantics define that even in a multi-statement query this cannot happen.) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1907006&group_id=56967 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Monetdb-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-bugs
