Changeset [3e4f846a606c39ee93d4acf5c7faa1ae0c33fe5d] by Wandenberg

August 1st, 2016 @ 11:03 PM

make code compatible and tests run under python3.5
https://github.com/guilhermechapiewski/simple-db-migrate/commit/3e4...

Committed by Wandenberg

  • M setup.py
  • M simple_db_migrate/config.py
  • M simple_db_migrate/core/__init__.py
  • M simple_db_migrate/core/exceptions.py
  • M simple_db_migrate/helpers.py
  • M simple_db_migrate/main.py
  • M simple_db_migrate/mssql.py
  • M simple_db_migrate/mysql.py
  • M simple_db_migrate/oracle.py
  • M tests/__init__.py
  • M tests/cli_test.py
  • M tests/config_test.py
  • M tests/core_test.py
  • M tests/helpers_test.py
  • M tests/log_test.py
  • M tests/main_test.py
  • M tests/mssql_test.py
  • M tests/mysql_test.py
  • M tests/oracle_test.py
  • M tests/run_test.py
  • M tox.ini
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

simple-db-migrate is a database migration tool inpired on Rails migrations. For more info check the project website: http://guilhermechapiewski.github.com/simple-db-migrate/