ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/udr/udr/testsuite/udrlib/AddDefs.sql
(Generate patch)

Comparing ibx/branches/udr/udr/testsuite/udrlib/AddDefs.sql (file contents):
Revision 385 by tony, Sun Jan 9 23:39:28 2022 UTC vs.
Revision 386 by tony, Tue Jan 18 12:05:35 2022 UTC

# Line 16 | Line 16 | create or alter procedure MyTestProc (
16        EMP_NO SMALLINT
17      ) returns (Salary Numeric(10,2), FullName VarChar(36))
18      external name 'fbudrtests!test_proc'
19 <    engine udr;  
19 >    engine udr;
20 > Create or Alter procedure MyErrorProc (
21 >      ErrorCase Smallint)
22 >    external name 'fbudrtests!error_proc'
23 >    engine udr;
24   create or alter procedure MySelectProc ()
25      returns (FullName VarChar(36), Salary Numeric(10,2), AccSalary Numeric(10,2) )
26      external name 'fbudrtests!select_proc'

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines