-
### Describe the bug
When exporting a database, the stored procedures are exported improperly. The word "END" has been removed from all the procedures and if statements.
### To Reproduce
Ste…
-
Currently the stored procedure list could be retrived by `gsctl ls`, we could extend `gsctl ls `?.
-
Add UDF and stored procedure documentation to the database. Some databases (eg. mysql) all a comment to `create procedure` that can be used. Others may need to look for comments in the DDL. At a mi…
-
### Feature Request
I see that Stored Procedures are not supported, could someone elaborate, are this going to be implemented?
There is already same [request](https://github.com/Azure/azure-sdk-fo…
-
Dears
As title says, does speedment support stored procedures?
-
```
Standard data access code still needs to be written by the client to execute
stored procedures. This leaves quite a big functionality hole in mnDAL.
```
Original issue reported on code.google.co…
-
# Acceptance criteria
- Write clear user stories to implement the basic queries.
- Write a clear starter guide to ease the development for the members.
- Identify the features that we will in the…
-
Hello.
Since Postrges JBDC driver cannot work with stored procedures (only functions) via CallableStatement, I tried pgjdbc-ng one.
During the execution of the following code I get the exception…
-
## Description of the feature or enhancement
Data studio had the feature to execute stored procedures from catalog and read OUTPUT parameter values. In developer extension currently attempting …
-
the stored procedures should set the success indicator on successful completion, so that the caller knows the communicated status from the call.
These are lost in some SP's.
Add them and return succ…