Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature][Connector-V2][JDBC] support sqlite Source & Sink #3089

Merged
merged 32 commits into from
Nov 24, 2022

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    04e2395 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Configuration menu
    Copy the full SHA
    cf1ddc4 View commit details
    Browse the repository at this point in the history
  2. add [JDBC] [SQLite] doc

    nutsjian committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    2981c1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0643e4a View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. [fix] class name error

    nutsjian committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    f3de959 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f3b792 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    e4bf558 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. [fix] [JDBC] [SQLite] flink e2e test

    fix container db file table already exists error and remove useless Test
    nutsjian committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    45701f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bd5125 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    e587104 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    049f6c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    803dec9 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Configuration menu
    Copy the full SHA
    ce5ddf0 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    eb321b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Configuration menu
    Copy the full SHA
    0118847 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ef5bfe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5ed310 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    a861767 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    8fbaad8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfd660c View commit details
    Browse the repository at this point in the history
  3. update, merge upstream dev, add e2e in flink/spark e2e module so that…

    … e2e can be start in CI
    nutsjian committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    93468b5 View commit details
    Browse the repository at this point in the history
  4. update checkstyle

    nutsjian committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    18cf506 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    70494ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03fba9f View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream' into jdbc-sqlite

    merge upstream dev
    nutsjian committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    976c5a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Merge branch 'dev' of https://github.com/apache/incubator-seatunnel i…

    …nto jdbc-sqlite
    
    merge upstream dev
    nutsjian committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    6197196 View commit details
    Browse the repository at this point in the history
  2. update [JDBC] [SQLite] connector

    remove duplicate code in pom.xml, remove unnecessary code in JdbcSource.
    nutsjian committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    d03bf4d View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Configuration menu
    Copy the full SHA
    5ad4b4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa00b72 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Configuration menu
    Copy the full SHA
    5c0b7e8 View commit details
    Browse the repository at this point in the history
  2. fix [JDBC] [SQLite] connector, remove root pom.xml dup net.alchim31.m…

    …aven and fix checkstyle error
    nutsjian committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    f4d4d33 View commit details
    Browse the repository at this point in the history
  3. update [Connector] [JDBC] SQLite, remove typeAffinity option, impleme…

    …nt getUpsertStatement
    nutsjian committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    3204610 View commit details
    Browse the repository at this point in the history