Skip to content

BatchUpdates in SqlServer leads to 'table already exists' on temp tables that were dropped #2528

Description

@chrisknoll

On pathway analyses with multiple Ts, the same analysis sql (with temp tables) is re-run and batch executed, but sql server will concatenate the statements, and then identify duplicated temp tables as 'already exists'.

The proposd fix is to indicate in CancelableJdbcTemplate that supportsBatchUpdate should return false for sql server.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions