Closed YaraslauZhylko closed 4 months ago
@DanCardin Is there any progress on this feature request?
woops! I had the initial PR done up, but it wasn't passing CI and I honestly just forgot about this. sorry! I might have some time this weekend to see if i can't get it into a working state.
In fact, I believe I fixed it just now. if you wanted to test out https://github.com/DanCardin/sqlalchemy-declarative-extensions/pull/65 before I go and merge it. otherwise i'll probably release later this weekend.
@DanCardin Left some comments in the PR itself: https://github.com/DanCardin/sqlalchemy-declarative-extensions/pull/65#issuecomment-2211710249
Seems to work in our project code. Thanks!
Add posibility to manage PostgreSQL procedures in addition to functions.
Something like this:
That will result in:
The difference is purely aesthetic:
vs.