Commit Graph
Select branches
Hide Pull Requests
master
0.10.0
0.11.0
0.12.0
0.13.0
0.6
0.6.1
0.7
0.7.1
0.7.2
0.8
0.8.1
0.8.2
0.8.3
0.8.4
0.8.5
0.9
0.9.1
0.9.2
0.9.3
0.9.4
0.9.5
0.9.6
0.9.7
0.9.8
Select branches
Hide Pull Requests
master
0.10.0
0.11.0
0.12.0
0.13.0
0.6
0.6.1
0.7
0.7.1
0.7.2
0.8
0.8.1
0.8.2
0.8.3
0.8.4
0.8.5
0.9
0.9.1
0.9.2
0.9.3
0.9.4
0.9.5
0.9.6
0.9.7
0.9.8
-
8398e15b2e
enhance command update_db_from_model to bump db_version to latest in repository
christian.simms
2008-04-11 20:40:33 +00:00 -
fc9ad12752
improve diff unit tests to make sure they don't drop data when column type changes; make the code pass the tests
christian.simms
2008-04-11 04:10:50 +00:00 -
d150a89357
make diff unit tests more robust
christian.simms
2008-04-11 03:34:58 +00:00 -
8af121c421
Change make_update_script_for_model shell command to compare two versions of Python model (issue #12); add shell test for new diff'ing apis
christian.simms
2008-04-06 20:58:37 +00:00 -
c13931b6b9
- merged CHANGELOG from bugfix branch
jan.dittberner
2008-04-04 20:51:24 +00:00 -
3ecf68a99c
- release 0.4.4
jan.dittberner
2008-04-04 20:40:35 +00:00 -
d20edf4542
r1081@denkpolster: jan | 2008-04-04 18:48:20 +0200 - fix for SQLAlchemy deprecation warning when creating version table
jan.dittberner
2008-04-04 16:48:45 +00:00 -
efcd7d2f63
r1035@denkpolster: jan | 2008-04-02 14:39:05 +0200 - fix unit tests with py-0.9.1, fixes #17
jan.dittberner
2008-04-02 12:39:41 +00:00 -
1eadc362f6
code reorg: create new utility method loadModel for db diffing
christian.simms
2008-04-01 20:46:52 +00:00 -
bc7f96cbb1
- patch by pwannygoodness for Issue #15 integrated
jan.dittberner
2008-03-28 21:48:18 +00:00 -
9598b484a8
- merge CHANGELOG from branch bugfix-0_4_2 to trunk - increase trunk and branch bugfix-0_4_2 version numbers - rename branch bugfix-0_4_2 to bugfix-0_4_3
jan.dittberner
2008-03-28 18:16:48 +00:00 -
a7fa6cd874
Execute sqlite-specific code to alter a table inside one transaction so that we can't leave the database in a nasty state
christian.simms
2008-03-24 15:23:54 +00:00 -
2bf7e561f5
When running schemadiff tests exclude table migrate_version because it's left around after a previous round of tests.
christian.simms
2008-03-24 15:16:55 +00:00 -
8e753b52e0
rename model/db sync commands and add new command update_db_from_model
christian.simms
2008-03-24 14:32:45 +00:00 -
373a111c2c
add experimental support for comparing metadata against database (issue #12)
christian.simms
2008-03-22 14:17:31 +00:00 -
bf45f7da6d
- make test_shell not assume Python code is compiled - update results in test_shell so that it works in Postgresql - make Oracle changesets generate valid sql syntax when a modified column's default value changes to NULL
christian.simms
2008-03-21 17:04:13 +00:00 -
562052de91
* integrate patch for Issue #14 by Kevin Dangoor * merge CHANGELOG from bugfix_0_4_2 branch
jan.dittberner
2008-03-04 17:59:49 +00:00 -
426c62bfbb
* fixed package name
jan.dittberner
2008-02-19 19:17:30 +00:00 -
85c01dcc9f
* prepare work on 0.4.3
jan.dittberner
2008-02-19 19:16:28 +00:00 -
2ea92c63fe
make import of sqlalchemy's SchemaGenerator work regardless of previous imports
christian.simms
2008-02-18 17:03:10 +00:00 -
dd55aebbaa
- 0.4.1 changes added to CHANGELOG
jan.dittberner
2008-02-15 18:27:00 +00:00 -
1a24921de8
- integrate setuptools patch by Kevin Dangoor - bump version to 0.4.2dev (0.4.1 will be released from branch bugfix-0_4_0)
jan.dittberner
2008-02-15 18:25:23 +00:00 -
3f0a4256c1
- prepare for new development
jan.dittberner
2008-02-14 21:31:46 +00:00 -
b4ef79dc04
- prepare for release 0.4.0
jan.dittberner
2008-02-14 21:07:25 +00:00 -
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
jan.dittberner
2008-02-14 19:10:47 +00:00 -
2cfe1fc31c
moved trunk, branches and tags to project root fixes Issue #5
jan.dittberner
2008-02-06 18:39:07 +00:00