-
```
Using a try, catch within a stored procedure elicits an error on catch.
Works perfectly fine executing from SSMS.
pulls:
Traceback (most recent call last):
File "test.py", line 7, in
curs…
-
I'm not sure if this would be considered a false positive for some people, but it seems like it might be useful.
-
### Summary of Problem
### Steps to Reproduce
**Source Code:**
```chapel
use Sort only defaultComparator;
record treap {
var comparator: record = defaultComparator; // line…
-
https://github.com/j3-fortran/generics/blob/4e273a9b394a0e48a217fcf307c0ddb598475dd2/J3-Papers/Generics_Requirements.txt#L214-L217
Does this mean subgroup is not considering type-bound procedures f…
-
### What is the problem
The current release documentation https://github.com/eXist-db/exist/blob/develop/exist-versioning-release.md doesn't instruct us how to migrate open issues and PRs to the ne…
-
**Objective**: Establish a clear and efficient workflow for reviewing documentation updates, ensuring all changes are vetted before being merged.
**Task Breakdown**:
1. Define the steps for the re…
-
```
Using a try, catch within a stored procedure elicits an error on catch.
Works perfectly fine executing from SSMS.
pulls:
Traceback (most recent call last):
File "test.py", line 7, in
curs…
-
```
Using a try, catch within a stored procedure elicits an error on catch.
Works perfectly fine executing from SSMS.
pulls:
Traceback (most recent call last):
File "test.py", line 7, in
curs…
-
this form:
`
((inspect/object (lambda (x) (+ x y))) 'length)
`
should return 1
but it is now returning 0
-
HI, I Can not return multi cursors from stored procedure. Only first one is read.
I am using Dapper, with QueryMultiple extension.
Code:
p.Add(name: "v_param1", value: v_param1, oracleDbType: O…