Darko Šoš
Results
1
issues of
Darko Šoš
Hi, when executing: ``` l := &ora.Time{} stm, err := ses.Prep(`begin :1 := null; end;`) _, err = stm.Exe(l) fmt.Println("Result - ", l.IsNull, l.Value) ``` l.IsNull is false but should...