Skip to content

Add support for stored procedures in persistence

Martin Lowe requested to merge malowe/master/0.6.6-version-rollover into master

Needed to support new functionality for reports in membership. Stored procedures were chosen to remove direct/raw SQL writing from Java APIs, and to enable us to add parameters to what amounts to a view. This was the best way to accomplish this.

Merge request reports