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

Two phase migrate #34

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Two phase migrate #34

wants to merge 11 commits into from

Commits on Apr 18, 2018

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

Commits on Apr 23, 2018

  1. Change: Start to move to two-phase import, not loading all table data…

    … into memory at once. Not very effective yet, due to opening and closing export file for every row.
    josteinl committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    6971f7b View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2018

  1. Remove dependency on the py package.

    Remove dependency on specific old versions of SQLAlchemy and six.
    Updated the version number to 1.0.7.
    josteinl committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    f67b195 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d3ff90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e489f8 View commit details
    Browse the repository at this point in the history
  4. Change dump_datat() to only write one row at a time, and take the fil…

    …e pointer as a parameter (not opening and closing the file for each row).
    josteinl committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    c7977b2 View commit details
    Browse the repository at this point in the history
  5. Fix: Special handling for 'CLOB' and 'BLOB' columns during analyze ph…

    …ase. Previous method crashed with and SQL error in Oracle 11.2.
    josteinl committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    4f9e164 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2018

  1. Change migration to mysql from using sql to csv file and continue to …

    …use mysqlimport with a new parameter '--replace' that will update or insert based on the primary key.
    josteinl committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    b33bb35 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2018

  1. Configuration menu
    Copy the full SHA
    9552921 View commit details
    Browse the repository at this point in the history
  2. Fix: Reverted old code that specifies what order the data in the csv …

    …file is in during mysqlimport.
    josteinl committed May 2, 2018
    Configuration menu
    Copy the full SHA
    2f12d5a View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

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