Skip to content

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

@wambat

Description

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

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