# File lib/tapkit/access/database_context.rb, line 146
                def fetch( fetch_spec, editing_context )
                        channel = available_channel
                        channel.lock
                        channel.select(fetch_spec, editing_context)
                        objects = channel.fetch_all
                        channel.unlock
                        objects
                end