Remove requirement to open __input table directly
Make the parameters passed into an SQL stored procedure available without having to create a cursor for the __input table. Do the same thing for trigger __new and __old tables.
10
votes
1 comment
-
joachimd
commented
to stay backwards compatible I'd suggest to add additional (auto-open) cursors and fetch the first record:
e.g. __c_input (SELECT * FROM __input)