However, when we used it there we recognized that the columns functions returns a Dict instead of a column object and that the mock implementation are only available in the test of this project, but are also needed in other projects
Acceptance Criteria
Let the columns method of the SQLExecutor return a column object
Move the MockSQLExecutor to a testing package which will be included in the package
Background
Acceptance Criteria