Skip to content

[Unshallow] : Unshallow method needed to switch betweeen shallow and unshallow database queries #29

@folkien

Description

@folkien

Is your proposal related to a problem?

After call to shallow() dictionary build_query is changed permamantly. Instead of changing internals of Database() object from outside it's better to have public method.

Describe the solution you'd like.

def unshallow() : 
if ('shallow' in self.build_query):
            del self.build_query['shallow']

Describe alternatives you've considered.

No response

Additional context.

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions