sqlalchemy-migrate/migrate/changeset/databases
Cyril Roelandt a03b141a95 Port to Python3
Brief summary of the modifications:

* Use six for compatibility with both Python 2 and 3;
* Replace UserDict.DictMixin with collections.MutableMapping;
* Fix relative imports;
* Use test-requirements.txt for requirements that are common to both Python 2
  and 3, and test-requirements-py{2,3}.txt for version-specific requirements;
* Miscellaneous fixes.
* Use a specific test_db_py3.cfg file for Python 3, that only runs tests on
  sqlite.

Thanks to Victor Stinner who co-wrote this patch.

Change-Id: Ia6dc536c39d274924c21fd5bb619e8e5721e04c4
Co-Authored-By: Victor Stinner <victor.stinner@enovance.com>
2014-04-09 17:32:52 +02:00
..
__init__.py Add DB2 10.5 Support 2014-02-17 07:17:31 -08:00
firebird.py Eradicate trailing whitespace 2014-02-26 15:04:54 -05:00
ibmdb2.py Add DB2 10.5 Support 2014-02-17 07:17:31 -08:00
mysql.py Use native quote attribute introduced in sqla 0.9 2014-03-05 08:20:49 -05:00
oracle.py drop SQLAlchemy < 0.6 compatibility code 2011-10-28 10:59:10 +02:00
postgres.py drop SQLAlchemy < 0.6 compatibility code 2011-10-28 10:59:10 +02:00
sqlite.py Port to Python3 2014-04-09 17:32:52 +02:00
visitor.py Conditionally import ibmdb2/ibm_db_sa 2014-03-04 10:12:40 -08:00