-
Notifications
You must be signed in to change notification settings - Fork 83
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
base: master
Are you sure you want to change the base?
Commits on Apr 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8559a47 - Browse repository at this point
Copy the full SHA 8559a47View commit details
Commits on Apr 23, 2018
-
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.
Configuration menu - View commit details
-
Copy full SHA for 6971f7b - Browse repository at this point
Copy the full SHA 6971f7bView commit details
Commits on Apr 24, 2018
-
Remove dependency on the py package.
Remove dependency on specific old versions of SQLAlchemy and six. Updated the version number to 1.0.7.
Configuration menu - View commit details
-
Copy full SHA for f67b195 - Browse repository at this point
Copy the full SHA f67b195View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d3ff90 - Browse repository at this point
Copy the full SHA 4d3ff90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e489f8 - Browse repository at this point
Copy the full SHA 7e489f8View commit details -
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).
Configuration menu - View commit details
-
Copy full SHA for c7977b2 - Browse repository at this point
Copy the full SHA c7977b2View commit details -
Fix: Special handling for 'CLOB' and 'BLOB' columns during analyze ph…
…ase. Previous method crashed with and SQL error in Oracle 11.2.
Configuration menu - View commit details
-
Copy full SHA for 4f9e164 - Browse repository at this point
Copy the full SHA 4f9e164View commit details
Commits on Apr 30, 2018
-
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.
Configuration menu - View commit details
-
Copy full SHA for b33bb35 - Browse repository at this point
Copy the full SHA b33bb35View commit details
Commits on May 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9552921 - Browse repository at this point
Copy the full SHA 9552921View commit details -
Fix: Reverted old code that specifies what order the data in the csv …
…file is in during mysqlimport.
Configuration menu - View commit details
-
Copy full SHA for 2f12d5a - Browse repository at this point
Copy the full SHA 2f12d5aView commit details
Commits on May 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 950521a - Browse repository at this point
Copy the full SHA 950521aView commit details