mendix / database-connector

https://appstore.home.mendix.com/link/app/2888/Mendix/Database-Connector
Apache License 2.0
9 stars 25 forks source link

Add support for callable statements #29

Closed passalaqua closed 3 years ago

passalaqua commented 3 years ago

This PR adds support for calling statements with more complex input and output structures than the prepared statements already available in the module.

Because of this extra complexity, it also adds entities to the module's domain model to allow the user to define a more complex call/return process.