Skip to content

Consider this patch for more default cache behaviour with autoIDS in BulkLoader.add( #129

Description

@wambat
                    var item : LoadingItem
        if (!props[ID] && _allowsAutoIDFromFileName)
            item = get(getFileName(url.url));
        else
            item = get(props[ID]);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions