19 Commits

Author SHA1 Message Date
iElectric
a8c31eb25f adding basic support for firebird, fixes #55 2009-06-22 10:22:06 +00:00
iElectric
17cc5f36e6 finally, tests pass for all supported dialects 2009-06-21 12:51:33 +00:00
iElectric
cde0f9b52d updated changeset tests. whole package is finally PEP8. fixed mysql tests&bugs. updated docs where apropriate. changeset test coverage almost at 100% 2009-06-20 22:33:03 +00:00
iElectric
7eafe744c2 - refactor migrate.changeset;
- visitors are refactored to be more unified
- constraint module is refactored, CheckConstraint is added
- documentation is partialy updated, dialect support table is added (unfinished)
- test_constraint was updated
NOTE: oracle and mysql were not tested, *may be broken*
2009-06-16 15:17:33 +00:00
iElectric
8a8b1d2366 use sqlalchemy preparer to do SQL quote formatting. this is a raw change, tests are yet to be written 2009-06-11 22:27:38 +00:00
jan.dittberner
5ecec7c680 mark ALTER TABLE ADD FOREIGN KEY as unsupported by SQLite
update corresponding test case
2009-02-18 20:08:37 +00:00
percious17
cb624f15db support for SA 0.5.1.
Only postgres is working fully.

MySQL has 2 broken tests.

sqlite has about 4 broken tests.
2009-01-19 23:39:53 +00:00
jan.dittberner
88ab816187 fix for changeset test 2009-01-10 13:38:44 +00:00
jan.dittberner
05819a6f70 apply patch for Issue #43 (better SQLite support) by Florian Apolloner 2008-12-30 20:43:40 +00:00
percious17
2e74b87df5 print statement removal 2008-12-02 15:57:53 +00:00
percious17
9ffc39c3c0 removed driver deprecation, since that was deprecated in 0.4. 2008-12-02 15:54:58 +00:00
percious17
42ca7ee5a0 only 2 failing tests, the tests that remain failures are mysql related. 2008-12-02 15:11:26 +00:00
percious17
9f0bd657f4 most of the tests are now working with nose. 2008-12-02 05:11:36 +00:00
percious17
1909dc8888 initial py.test removal.
if you want to test, you must now:
easy_install nose
nosetests
2008-12-02 01:03:28 +00:00
christian.simms
e8cc3ec0f0 get test_changeset working in oracle - just more server_default issues 2008-08-28 02:11:03 +00:00
christian.simms
f687cd3fe0 add support for SA 0.5 2008-08-28 01:17:44 +00:00
jan.dittberner
efcd7d2f63 r1035@denkpolster: jan | 2008-04-02 14:39:05 +0200
- fix unit tests with py-0.9.1, fixes #17
2008-04-02 12:39:41 +00:00
jan.dittberner
32aeb8e95e integrated patch by Christian Simms posted at http://groups.google.com/group/migrate-users/browse_thread/thread/952a2185baf70c4d
fix all test cases for sqlalchemy>=0.4 and still works with sqlalchemy>=0.3.10
fixes #9
2008-02-14 19:10:47 +00:00
jan.dittberner
2cfe1fc31c moved trunk, branches and tags to project root
fixes Issue #5
2008-02-06 18:39:07 +00:00