summaryrefslogtreecommitdiff
path: root/TODO
blob: 5ed58d28e160cc1c4c40c808a86f2f3ad5559074 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
- better SQL scripts support (testing, source viewing)

make_update_script_for_model:
- calculated differences between models are actually differences between metas
- columns are not compared?
- even if two "models" are equal, it doesn't yield so

- controlledschema.drop() drops whole migrate table, maybe there are some other repositories bound to it!


0.6.0

- update repository migration script
- interactive migration script resolution

- port to unittest2
- write documentation how to test all databases
- glossary
- managing output - logging
- required_dbs tests
- add story to changeset tutorial
- verbose output on migration failures


Transaction support in 0.6.1
- script.run should call engine.transaction()
- API should support engine and connection as well
- tests for transactions