You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description / Steps to reproduce / Feature proposal
Remove execute function out of Repository interface and into its own interface for arbitrary SQL commands. The reasoning behind this is that the Repository interface serves the base for a lot the repository interfaces and it doesn't make sense for some of them to also include the execute function. See #1194 (comment).
Acceptance Criteria
Move the execute function here for arbitrary SQL commands from the repository interface and into its own interface.
Move it to a separate file in @loopback/repository as a temporary solution.
Description / Steps to reproduce / Feature proposal
Remove execute function out of Repository interface and into its own interface for arbitrary SQL commands. The reasoning behind this is that the
Repository
interface serves the base for a lot the repository interfaces and it doesn't make sense for some of them to also include theexecute
function. See #1194 (comment).Acceptance Criteria
execute
function here for arbitrary SQL commands from therepository
interface and into its own interface.@loopback/repository
as a temporary solution.See Reporting Issues for more tips on writing good issues
The text was updated successfully, but these errors were encountered: