summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authoriElectric <unknown>2009-06-16 15:17:33 +0000
committeriElectric <unknown>2009-06-16 15:17:33 +0000
commit7eafe744c2b3961b303c9bb1f7f219eeb8738840 (patch)
tree629ccc697a66847930b552b690d2df83d39b27bc /TODO
parentcc82a1ad12003eb8d7e2714638cca731d913f34b (diff)
downloadsqalchemy-migrate-7eafe744c2b3961b303c9bb1f7f219eeb8738840.tar.gz
- 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*
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 922778b..73c3f83 100644
--- a/TODO
+++ b/TODO
@@ -12,3 +12,6 @@ make_update_script_for_model:
- refactor test_shell to test_api and use TestScript for cmd line testing
- controlledschema.drop() drops whole migrate table, maybe there are some other repositories bound to it!
+
+- document sqlite hacks (unique index for pk constraint)
+- document constraints usage, document all ways then can be used, document cascade,table,columns options