Bugs item #1838816, was opened at 2007-11-26 16:42 Message generated for change (Comment added) made by nielsnes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1838816&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 2.20 Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: Sjoerd Mullender (sjoerd) Assigned to: Niels Nes (nielsnes) Summary: SQL: can't use variable name staring with _digit in SQL func Initial Comment: sql>create function foo(_2foo int) returns int begin return _2foo; end; sql>select foo(2); !MALException:user.foo[0]:newVariable:variable _2foo mis-aligned !TypeException:user.foo[1]:'_2' may not be used before being initialized !TypeException:user.s0_1[3]:'_30' may not be used before being initialized +------------------+ | foo_single_value | +==================+ | 0 | +------------------+ sql> ---------------------------------------------------------------------- >Comment By: Niels Nes (nielsnes) Date: 2007-11-26 21:15 Message: Logged In: YES user_id=43556 Originator: NO added test to sql/src/test/BugTrackers/variable_names.SF-1838816.sql ---------------------------------------------------------------------- Comment By: Niels Nes (nielsnes) Date: 2007-11-26 21:14 Message: Logged In: YES user_id=43556 Originator: NO identifiers of sql cannot be directly used as identifiers in mal, ie we now prefix them with SQL_. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1838816&group_id=56967 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Monetdb-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-bugs
