LucidDB / luciddb

DEFUNCT: See README
https://github.com/LucidDB/luciddb
Apache License 2.0
52 stars 24 forks source link

[FRG-128] Behavior passing nulls to UDF's and UDP's is different #743

Open dynamobi-build opened 12 years ago

dynamobi-build commented 12 years ago

[reporter="jvs", created="Thu, 11 May 2006 22:50:56 -0500 (GMT-05:00)"] values f(null) gives "Illegal use of null"

whereas

call p(null)

works.

The f behavior is probably correct according to SQL:2003, though annoying.