Bugs item #1838816, was opened at 2007-11-26 17:42
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=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: Open
Resolution: None
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>


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

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

Reply via email to