Skip to content
This repository was archived by the owner on Aug 23, 2021. It is now read-only.
This repository was archived by the owner on Aug 23, 2021. It is now read-only.

Make insert keyword to be used depending upon Database type while preparing SQL queries to load data. #364

@chrajeshbabu

Description

@chrajeshbabu

Currently to load data automatically generating insert queries depending upon table with "INSERT" keyword but some databases like Apache Phoenix uses "UPSERT" keyword to represent INSERT and UPDATE semantics in single query so we should make the insert query preparation using the keyword used depending upon database type.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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