Re: [HACKERS] PL/SQL and null

2001-04-01 Thread Roberto Mello
On Sun, Apr 01, 2001 at 10:32:07AM +0200, Kaare Rasmussen wrote: > > What puzzles me more is that I tried to pass 0 (zero) instead and then let > the function subsitute it with null (simple IF param = 0 then v_param := null > thing). Still no luck. > > I'm using 7.0.3. Upgrade to 7.1

[HACKERS] PL/SQL and null

2001-04-01 Thread Kaare Rasmussen
I think I remember something about PL/SQL having trouble when passing null to a function. But searchinf for pl/sql and null doesn't bring any informative links. I can go through the steps of a function one by one in psql and everything works fine. But when I call the function with nulls for s