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

Comparing ibx/branches/udr/udr/testsuite/udrlib/dotests.sh (file contents):
Revision 372 by tony, Wed Jan 5 15:21:22 2022 UTC vs.
Revision 373 by tony, Thu Jan 6 14:14:57 2022 UTC

# Line 12 | Line 12 | select MyRowCount('BAD') from RDB\$Datab
12   Select UDRINFO() from RDB\$Database;
13   Execute Procedure MYTESTPROC(24);
14   Select * From MySelectProc;
15 + Select Text From MyReadText('dropdefs.sh');
16   Update EMPLOYEE Set PHONE_EXT = '999' Where EMP_NO = 2;
17   Select PHONE_EXT,PREVIOUS_PHONE_EXT FROM EMPLOYEE Where EMP_NO = 2;
18   Update EMPLOYEE Set PHONE_EXT = '250' Where EMP_NO = 2;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines