[Firebird-devel] [FB-Tracker] Created: (CORE-5271) Regression: Can not create large index

2016-06-11 Thread Simonov Denis (JIRA)
Regression: Can not create large index -- Key: CORE-5271 URL: http://tracker.firebirdsql.org/browse/CORE-5271 Project: Firebird Core Issue Type: Bug Affects Versions: 4.0 Initial Environment:

[Firebird-devel] NOT NULL output parameter for SP validation on empty result set

2016-06-11 Thread Jiří Činčura
Hi *, let's have this stupid SP: create or alter procedure TEST returns ( TEST D_PRIMARY) as begin if (1=0) then begin suspend; end end The D_PRIMARY is BIGINT NN. Calling it (on Firebird 2.5.5) `execute procedure test;` results in: validation error for variable TEST, value "*** nu