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

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.

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions