Unplanned
Last Updated: 27 Dec 2024 08:52 by ecobite
ecobite
Created on: 27 Dec 2024 08:52
Type: Bug Report
1
QueryDeleteBehavior: the source code doesn't use store procedure like the rest of the MsSqlServerStorage implementation
Change all invocation with the database to use Store Procedure instead of direct access to table/view, allows developer to implements it own database design struct/methodology and security/policy.

In all projects i have changed the Reports tables names to follow the design struct/methodology defined for the project. All reports store Procedure was changed to reflect this design change.

In my case, the QueryDeleteBehavior can't be implemented without maintain the design methodology/policy.
0 comments