Bugs item #2812729, was opened at 2009-06-26 14:32
Message generated for change (Tracker Item Submitted) made by arjenderijke
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2812729&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: Arjen de Rijke (arjenderijke)
Assigned to: Niels Nes (nielsnes)
Summary: using null as a value gives syntax error

Initial Comment:
If you use NULL as a value, the SQL module give a syntax error. For example, 
start mclient and than do:

sql>declare a int;
sql>set a = null;

The errormessage is: !syntax error, unexpected sqlNULL in: "set a = null"

This also happens if you use NULL as the value of a funtion parameter, for 
example:

sql> select call_function(NULL);

This was tested on a checkout of CVS current of June, 23.



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

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

------------------------------------------------------------------------------
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to