File: TODO

package info (click to toggle)
migrate 0.6-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 804 kB
  • ctags: 824
  • sloc: python: 4,834; makefile: 94; sh: 4
file content (28 lines) | stat: -rw-r--r-- 797 bytes parent folder | download
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