-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathTODO
39 lines (30 loc) · 1.16 KB
/
TODO
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
29
30
31
32
33
34
35
36
37
38
39
- 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!
Unknown milestone
- update repository migration script
- required_dbs tests
- dot instead of semicolumn in dotted module name should have better deprecation warning
- change "model" in "metadata" for all highlevel api stuff
- bash autocompletion
- clarify ImportError in load_model
- implement debug flag to jump into the error
- sqlautocode support
- serializers (json, yaml, etc)
0.6.1
- transaction support
- verbose output on migration failures
- interactive migration script resolution?
- backend for versioning management
- port to unittest2
Documentation updates in 0.6.1
- glossary
- add story to changeset tutorial
- write documentation how to test all databases
Transaction support in 0.6.1
- script.run should call engine.transaction()
- API should support engine and connection as well
- tests for transactions