mirror of
https://github.com/jeffknupp/sandman2.git
synced 2026-04-25 16:45:50 +03:00
[GH-ISSUE #73] Is there a way to call a stored procedure in database? #49
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
refactoring
research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sandman2-jeffknupp#49
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hehaijin on GitHub (Aug 24, 2018).
Original GitHub issue: https://github.com/jeffknupp/sandman2/issues/73
I 've searched the documentation, but have not find an API for that.
@jeffknupp commented on GitHub (Oct 5, 2018):
No,
sandman2won't call stored procedures directly (except via SQLAlchemy as part of introspection) as it's only meant to transact on the database in very simple ways. What are you trying to achieve that requires stored procedures?