-
### Terraform CLI Version
1.7.4
### Terraform Provider Version
0.91.0
### Terraform Configuration
```terraform
resource "snowflake_procedure" "staleness_notifications" {
name = "SLACK_ALER…
-
**Is your feature request related to a problem? Please describe.**
We have a lot of procedures in Oracle. But most of the procedures are in Oracle Packages, so during metadata ingestion they are igno…
-
```
What steps will reproduce the problem?
1. create a store procedure (see
http://dev.mysql.com/doc/refman/5.0/en/create-procedure.html)
2. try to execute this procedure using "call my_procedure(10)…
-
**Use case**:
We use this to get abstract access from eclipse BIRT to the DB.
We don't have to change the Report (if we using Stored Procedures) when we make tuning or enhancements on DB side.…
-
Add support for stored procedures in MySQL to be invoked from the MySQL plugin's queries.
-
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
============================================================================
Certificate
===========================================================…
-
I'm using stored procedures to get results from 2 querys and i can't execute the second,i read that i need to use the free_result before using the second procedure, but i tried to use it in the execut…
-
Hi,
I have a problem to call two stored procedures.
On first one I have a response but on second get error "Warning: Packets out of order...."
$n = $db->rawQuery("CALL exams("id")); // first i…
-
## Feature Description
Track stored procedures saved in your database and expose and enable them as types in the Hasura GraphQL schema.
## User value / outcome
Support for stored procedures enab…
-
The problem I am trying to solve is adding Stored Procedures, Functions, Views to a Code First approach. I know this is done in DB projects (Database First approach) and at the end of the day both pr…