-
Notifications
You must be signed in to change notification settings - Fork 426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert Execute Stored Procedure directly feature #2488
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2488 +/- ##
============================================
- Coverage 50.78% 50.58% -0.21%
+ Complexity 3888 3817 -71
============================================
Files 145 145
Lines 33481 33137 -344
Branches 5690 5560 -130
============================================
- Hits 17004 16762 -242
+ Misses 14030 13974 -56
+ Partials 2447 2401 -46 ☔ View full report in Codecov by Sentry. |
* Revert "Execute Stored Procedures Directly (#2154)" This reverts commit 11680a6. * Revert "Execute cstmt directly - Additional testing and changes (#2284)" This reverts commit 92cfe0d. * Revert "Re-added support for stored procedure 'exec' escape syntax in CallableStatements (#2325)" This reverts commit ba88da8. * Additional revert of missed lines * Added no-op for getters/setters * RequestBoundaryMethods no-op test fix
* Revert "Execute Stored Procedures Directly (#2154)" This reverts commit 11680a6. * Revert "Execute cstmt directly - Additional testing and changes (#2284)" This reverts commit 92cfe0d. * Revert "Re-added support for stored procedure 'exec' escape syntax in CallableStatements (#2325)" This reverts commit ba88da8. * Additional revert of missed lines * Added no-op for getters/setters * RequestBoundaryMethods no-op test fix
* Revert "Execute Stored Procedures Directly (#2154)" This reverts commit 11680a6. * Revert "Execute cstmt directly - Additional testing and changes (#2284)" This reverts commit 92cfe0d. * Revert "Re-added support for stored procedure 'exec' escape syntax in CallableStatements (#2325)" This reverts commit ba88da8. * Additional revert of missed lines * Added no-op for getters/setters * RequestBoundaryMethods no-op test fix
* Revert "Execute Stored Procedures Directly (#2154)" This reverts commit 11680a6. * Revert "Execute cstmt directly - Additional testing and changes (#2284)" This reverts commit 92cfe0d. * Revert "Re-added support for stored procedure 'exec' escape syntax in CallableStatements (#2325)" This reverts commit ba88da8. * Additional revert of missed lines * Added no-op for getters/setters * RequestBoundaryMethods no-op test fix
will this ever be brought back at some point? the way the old 'wrapper' works makes it impossible to return (n)varchar(max) from a stored procedure, which is very limiting... - thanks. |
Revert of the following:
Fixed regression with specifying arg names in call syntax (#2480)
0e97689
Fixed parentheses parsing for stored procedures and functions names (#2467)
8f53c02
Fixed CallableStatement default value regression (#2452)
9307051
Fixed timestamp string conversion error for cstmt (#2449)
9754078
Execute stored procedures directly for RPC calls (#2410)
df5bfa6
Fix calling procedures with output parameters by their four-part syntax (#2349)
aa46637
Re-added support for stored procedure 'exec' escape syntax in CallableStatements (#2325)
ba88da8
Execute cstmt directly - Additional testing and changes (#2284)
92cfe0d
Execute Stored Procedures Directly (#2154)
11680a6