Skip to content

Commit

Permalink
Merge pull request #20 from pl77/master
Browse files Browse the repository at this point in the history
Updated reference to Windows Subsystem for Linux
  • Loading branch information
seanharr11 authored May 16, 2017
2 parents dc74c21 + 17e4363 commit 7e4759a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ target.migrate()
*_(So, FK migrations will be skipped when Target is MSSQL)_
2. Currently not compatible with Windows
* Several "os.system()" calls with UNIX-specific utilities
* One option for Windows users is installing through the [Windows Subsystem for Linux (WSL)](https://msdn.microsoft.com/en-us/commandline/wsl/install_guide)
3. If Target DB is in the Azure Cloud (MSSQL), FreeTDS has some compatibility issues which are performance related. This may be noticed when migrating tables with 1,000,000+ rows into a Azure MSSQL Server.
4. Though the MSSQL 'BULK INSERT' feature is supported in this tool, it is NOT supported on either Azure environments, or AWS MSSQL Server environments (no 'bulkadmin' role allowed). Feel free to test this out on a different MSSQL environment!
5. Regression tests have not **(yet)** been created due to the unique **(and expensive)** way one must test all of the different database types.
Expand Down

0 comments on commit 7e4759a

Please sign in to comment.