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

[POC] Schema migration API #79

Merged
merged 52 commits into from
Sep 3, 2020
Merged

[POC] Schema migration API #79

merged 52 commits into from
Sep 3, 2020

Commits on Jul 5, 2020

  1. wip dsl

    Fs02 committed Jul 5, 2020
    Configuration menu
    Copy the full SHA
    3052aa1 View commit details
    Browse the repository at this point in the history
  2. add more functionality to dsl

    Fs02 committed Jul 5, 2020
    Configuration menu
    Copy the full SHA
    3d01a42 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

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

Commits on Jul 7, 2020

  1. options

    Fs02 committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    37cde2b View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2020

  1. add index

    Fs02 committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    23505ba View commit details
    Browse the repository at this point in the history
  2. add tests

    Fs02 committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    7e45fd2 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2020

  1. wip query builder

    Fs02 committed Jul 18, 2020
    Configuration menu
    Copy the full SHA
    5d0ec7d View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2020

  1. more tests

    Fs02 committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    77f9496 View commit details
    Browse the repository at this point in the history
  2. reafactor map column type

    Fs02 committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    1b3f76e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4183f16 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

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

Commits on Jul 29, 2020

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

Commits on Aug 1, 2020

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

Commits on Aug 29, 2020

  1. Configuration menu
    Copy the full SHA
    b066dc8 View commit details
    Browse the repository at this point in the history
  2. refactor dsl to root package

    Fs02 committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    fecc194 View commit details
    Browse the repository at this point in the history
  3. implement migrator

    Fs02 committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    5491e88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a0e1f3 View commit details
    Browse the repository at this point in the history
  5. fix test

    Fs02 committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    5141df0 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'schema-migration' of https://github.com/Fs02/rel into s…

    …chema-migration
    Fs02 committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    043562a View commit details
    Browse the repository at this point in the history
  7. fix coverage

    Fs02 committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    526c058 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0d28e3d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4fed8b0 View commit details
    Browse the repository at this point in the history
  10. wip postgres spec

    Fs02 committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    3fb4844 View commit details
    Browse the repository at this point in the history
  11. fix test

    Fs02 committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    905c87c View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2020

  1. Configuration menu
    Copy the full SHA
    24e51e3 View commit details
    Browse the repository at this point in the history
  2. fix test and refactor map column

    Fs02 committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    1fb4e25 View commit details
    Browse the repository at this point in the history
  3. use strings.Builder

    Fs02 committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    76e4956 View commit details
    Browse the repository at this point in the history
  4. wip split index and key

    Fs02 committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    80775b5 View commit details
    Browse the repository at this point in the history
  5. wip index, fix tests

    Fs02 committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    be06016 View commit details
    Browse the repository at this point in the history
  6. implement create index

    Fs02 committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    f3fa30b View commit details
    Browse the repository at this point in the history
  7. add unique option

    Fs02 committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    3cd5e71 View commit details
    Browse the repository at this point in the history
  8. move config to global variable

    Fs02 committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    b2ff252 View commit details
    Browse the repository at this point in the history
  9. fix comment

    Fs02 committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    2d5a9d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. Configuration menu
    Copy the full SHA
    a749bb5 View commit details
    Browse the repository at this point in the history
  2. go mod itdy, fix test

    Fs02 committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    9e47e61 View commit details
    Browse the repository at this point in the history
  3. bump sqlite3 on godep

    Fs02 committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    3292054 View commit details
    Browse the repository at this point in the history
  4. fix rename table

    Fs02 committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    1dd9c8d View commit details
    Browse the repository at this point in the history
  5. add more test

    Fs02 committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    8e1918e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    13a59ae View commit details
    Browse the repository at this point in the history
  7. postpone rename and rop key

    Fs02 committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    2547ec2 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. add more tests

    Fs02 committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    7c6d524 View commit details
    Browse the repository at this point in the history
  2. fix coverage

    Fs02 committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    0883ee2 View commit details
    Browse the repository at this point in the history
  3. refactor NewName to Rename

    Fs02 committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    3b34832 View commit details
    Browse the repository at this point in the history
  4. accommodate timestamp version

    Fs02 committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    1f41be8 View commit details
    Browse the repository at this point in the history
  5. unsigned version

    Fs02 committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    03d75ed View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. add schema.Exec and schema.Do

    Fs02 committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    b2592e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6d7b17 View commit details
    Browse the repository at this point in the history
  3. add feature to readme

    Fs02 committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    98c7df2 View commit details
    Browse the repository at this point in the history
  4. Update adapter_test.go

    Fs02 committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    1ba1076 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    877b42b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5bea861 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. remove unused codes

    Fs02 committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    e8bce29 View commit details
    Browse the repository at this point in the history